mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Make use of uint32_t where appropriate
This change does not affect the ABI.
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ To query the instance extensions required, call @ref
|
||||
glfwGetRequiredInstanceExtensions.
|
||||
|
||||
@code
|
||||
unsigned int count;
|
||||
uint32_t count;
|
||||
const char** extensions = glfwGetRequiredInstanceExtensions(&count);
|
||||
@endcode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user