mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Make use of uint32_t where appropriate
This change does not affect the ABI.
This commit is contained in:
@@ -4029,7 +4029,7 @@ GLFWAPI int glfwVulkanSupported(void);
|
||||
*
|
||||
* @ingroup vulkan
|
||||
*/
|
||||
GLFWAPI const char** glfwGetRequiredInstanceExtensions(unsigned int* count);
|
||||
GLFWAPI const char** glfwGetRequiredInstanceExtensions(uint32_t* count);
|
||||
|
||||
#if defined(VK_VERSION_1_0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user