add gl_wireframe and gl_wireframecolor
This commit is contained in:
parent
d8c0e4284f
commit
c72bad053f
14 changed files with 151 additions and 64 deletions
|
|
@ -252,11 +252,7 @@ void VulkanRenderDevice::InitializeState()
|
|||
|
||||
mDescriptorSetManager->Init();
|
||||
|
||||
#ifdef __APPLE__
|
||||
mRenderState = std::make_unique<VkRenderStateMolten>(this);
|
||||
#else
|
||||
mRenderState = std::make_unique<VkRenderState>(this);
|
||||
#endif
|
||||
}
|
||||
|
||||
void VulkanRenderDevice::Update()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue