CSEngine
|
Public Member Functions | |
virtual void | SetMatrix (const CameraMatrixStruct &cameraMatrixStruct, const GLProgramHandle *handle)=0 |
virtual void | Render (const GLProgramHandle *handle) const =0 |
virtual SMaterial * | GetMaterial () const =0 |
SMaterial * | GetMaterialReference () const |
Public Attributes | |
bool | isRenderActive = false |
Protected Attributes | |
SMaterial * | material = nullptr |
Definition at line 39 of file RenderInterfaces.h.
|
inline |
Definition at line 53 of file RenderInterfaces.h.
bool CSE::SIRender::isRenderActive = false |
Definition at line 60 of file RenderInterfaces.h.
|
protected |
Definition at line 58 of file RenderInterfaces.h.