mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
29f3afe2a4
optimize gpu upload (use glBufferSubData instead of glMapBuffer Avoid checking char array against zero.
7 lines
220 B
C++
7 lines
220 B
C++
#ifndef DYNAMIC_TEXTURED_CUBE_DEMO_H
|
|
#define DYNAMIC_TEXTURED_CUBE_DEMO_H
|
|
|
|
class CommonExampleInterface* DynamicTexturedCubeDemoCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //DYNAMIC_TEXTURED_CUBE_DEMO_H
|