RenderInstancingDemo.h 201 B

123456
  1. #ifndef RENDER_INSTANCING_DEMO_H
  2. #define RENDER_INSTANCING_DEMO_H
  3. class CommonExampleInterface* RenderInstancingCreateFunc(struct CommonExampleOptions& options);
  4. #endif //RENDER_INSTANCING_DEMO_H