![]() |
DI-Guy SDK Documentation
13.6
|
Macros | |
| #define | SetD3DColorValue(m, c) m.r=c[0]; m.g=c[1]; m.b=c[2]; m.a=c[3]; |
Functions | |
| diguyGraphicsMaterial * | diguyDx11GraphicsMaterial_create_func (void *internal_data) |
| Create function declaration. More... | |
| #define SetD3DColorValue | ( | m, | |
| c | |||
| ) | m.r=c[0]; m.g=c[1]; m.b=c[2]; m.a=c[3]; |
| diguyGraphicsMaterial* diguyDx11GraphicsMaterial_create_func | ( | void * | internal_data | ) |
Create function declaration.
Declare a subclass creation function that will be registered with the DI-Guy Graphics API.