mirror of
https://github.com/aap/librw.git
synced 2026-01-24 12:02:58 +00:00
stencil clear
This commit is contained in:
@@ -273,6 +273,8 @@ int32 lightingCB_Shader(Atomic *atomic);
|
||||
// for VS
|
||||
void uploadMatrices(void); // no world transform
|
||||
void uploadMatrices(Matrix *worldMat);
|
||||
void setAmbient(const RGBAf &color);
|
||||
void setNumLights(int numDir, int numPoint, int numSpot);
|
||||
int32 uploadLights(WorldLights *lightData); // called by lightingCB_Shader
|
||||
|
||||
extern void *im2dOverridePS;
|
||||
|
||||
Reference in New Issue
Block a user