Vulkan refactoring - Replaced GLint with int.

This commit is contained in:
2022-09-21 17:59:23 -07:00
parent ecb1c8a50f
commit d3912a9ffe
8 changed files with 16 additions and 16 deletions

View File

@@ -379,7 +379,7 @@ void KRCamera::renderFrame(VkCommandBuffer& commandBuffer, KRSurface& compositeS
}
void KRCamera::createBuffers(GLint renderBufferWidth, GLint renderBufferHeight)
void KRCamera::createBuffers(int renderBufferWidth, int renderBufferHeight)
{
// TODO - Vulkan Refactoring..
/*