Complex Logarithmic View
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | Properties
Clv.Viewer.ConcreteRenderable Class Reference

ConcreteRenderable are the actual filled buffer declarations which are then uploaded to the Graphics card. the extension "ToConcreteRenderable" translates a renderable to a concrete renderable. More...

List of all members.

Public Member Functions

void Dispose ()
 Disposes vertex and index gpu ressources

Properties

VertexBuffer VertexBuffer [get, set]
 Contains the VertexData
IndexBuffer IndexBuffer [get, set]
 Contains the IndexData
Matrix Transform [get, set]
 Transformation which is applied before rendering

Detailed Description

ConcreteRenderable are the actual filled buffer declarations which are then uploaded to the Graphics card. the extension "ToConcreteRenderable" translates a renderable to a concrete renderable.


Member Function Documentation

void Clv.Viewer.ConcreteRenderable.Dispose ( )

Disposes vertex and index gpu ressources


Property Documentation

IndexBuffer Clv.Viewer.ConcreteRenderable.IndexBuffer
getset

Contains the IndexData

Matrix Clv.Viewer.ConcreteRenderable.Transform
getset

Transformation which is applied before rendering

VertexBuffer Clv.Viewer.ConcreteRenderable.VertexBuffer
getset

Contains the VertexData


The documentation for this class was generated from the following file: