9 #include "dx11_headers.h"
23 virtual void draw(
int lod);
diguyDx11GraphicsShape(void *internal_data)
diguyGraphicsShape * diguyDx11GraphicsShape_create_func(void *internal_data)
Create function declaration.
Definition: diguyDx11GraphicsShape.h:14
virtual void draw(int lod)
This function will be called by DI-Guy when it is time for the geometry of this shape to be drawn...
virtual void build()
This function will be called by DI-Guy when it is time for renderer-specific shape objects to be crea...
virtual void unbuild()
This function will be called by DI-Guy when it is time for the renderer-specific shape objects create...
A class that represents the unique per-character non-shared mesh object. DI-Guy encapsulates its text...
Definition: diguyGraphicsShape.h:49