Nebula
Loading...
Searching...
No Matches
instanceserver.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12//------------------------------------------------------------------------------
13
14#if __VULKAN__
16namespace Instancing
17{
19{
22public:
26 virtual ~InstanceServer();
27};
28} // namespace Instancing
29#else
30#error "InstanceServer not implemented on this platform!"
31#endif
32
The instance server collects all instances of a model and render each node instanced,...
Definition vkinstanceserver.h:13
Definition instanceserverbase.h:19
#define __DeclareSingleton(type)
Definition osxsingleton.h:24
#define __DeclareClass(type)