add gl_wireframe and gl_wireframecolor

This commit is contained in:
Ricardo Luís Vaz Silva 2025-01-09 09:25:52 -03:00 committed by Magnus Norddahl
commit c72bad053f
14 changed files with 151 additions and 64 deletions

View file

@ -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()