mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Add 'const' to pointer parameters
This commit is contained in:

committed by
Sam Lantinga

parent
911e53dece
commit
b5297de56f
@@ -1586,7 +1586,7 @@ static void VULKAN_INTERNAL_RemoveMemoryUsedRegion(
|
||||
|
||||
static bool VULKAN_INTERNAL_CheckMemoryTypeArrayUnique(
|
||||
Uint32 memoryTypeIndex,
|
||||
Uint32 *memoryTypeIndexArray,
|
||||
const Uint32 *memoryTypeIndexArray,
|
||||
Uint32 count)
|
||||
{
|
||||
Uint32 i = 0;
|
||||
@@ -4448,7 +4448,7 @@ static bool VULKAN_INTERNAL_VerifySwapSurfaceFormat(
|
||||
|
||||
static bool VULKAN_INTERNAL_VerifySwapPresentMode(
|
||||
VkPresentModeKHR presentMode,
|
||||
VkPresentModeKHR *availablePresentModes,
|
||||
const VkPresentModeKHR *availablePresentModes,
|
||||
Uint32 availablePresentModesLength)
|
||||
{
|
||||
Uint32 i;
|
||||
|
Reference in New Issue
Block a user