2015-04-16 16:55:32 +00:00
|
|
|
#ifndef RENDER_INSTANCING_DEMO_H
|
|
|
|
#define RENDER_INSTANCING_DEMO_H
|
|
|
|
|
2015-05-01 18:42:14 +00:00
|
|
|
class CommonExampleInterface* RenderInstancingCreateFunc(struct CommonExampleOptions& options);
|
2015-04-16 16:55:32 +00:00
|
|
|
|
|
|
|
#endif //RENDER_INSTANCING_DEMO_H
|