Nebula
Loading...
Searching...
No Matches
instancerenderer.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
11//------------------------------------------------------------------------------
12#include "core/refcounted.h"
13#include "core/singleton.h"
14
15#if __VULKAN__
17namespace Instancing
18{
20{
23public:
27 virtual ~InstanceRenderer();
28};
29} // namespace Instancing
30#else
31#error "InstanceRenderer not implemented on this platform!"
32#endif
33
The instance renderer performs actual rendering and updating of shader variables for transforms.
Definition vkinstancerenderer.h:16
Definition instanceserverbase.h:19
#define __DeclareSingleton(type)
Definition osxsingleton.h:24
#define __DeclareClass(type)
Declaration macro.
Definition rttimacros.h:18