mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
a/vk: Make VkPhysicalDeviceProperties argument const
This commit is contained in:
parent
739d71a225
commit
ceeeb2d136
|
@ -630,7 +630,7 @@ vk_name_object(struct vk_bundle *vk, VkDebugReportObjectTypeEXT object_type, uin
|
|||
void
|
||||
vk_print_device_info(struct vk_bundle *vk,
|
||||
enum u_logging_level log_level,
|
||||
VkPhysicalDeviceProperties *pdp,
|
||||
const VkPhysicalDeviceProperties *pdp,
|
||||
uint32_t gpu_index,
|
||||
const char *title);
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
void
|
||||
vk_print_device_info(struct vk_bundle *vk,
|
||||
enum u_logging_level log_level,
|
||||
VkPhysicalDeviceProperties *pdp,
|
||||
const VkPhysicalDeviceProperties *pdp,
|
||||
uint32_t gpu_index,
|
||||
const char *title)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue