Vulkan refactoring - Replaced GLint with int.
This commit is contained in:
@@ -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..
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user