fixed many memory leaks
added working shadows, using basic shadow mapping
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
struct ShadowMapDemoInternalData
|
||||
{
|
||||
class GLInstancingRenderer* m_instancingRenderer;
|
||||
class GLPrimitiveRenderer* m_primitiveRenderer;
|
||||
|
||||
};
|
||||
|
||||
#endif //SHADOW_MAP_INTERNAL_DATA_H
|
||||
|
||||
Reference in New Issue
Block a user