glfw: Use anyopaque instead of opaque {}

Update other two instances of `opaque {}`
This commit is contained in:
InKryption 2022-01-12 18:51:48 +01:00 committed by Stephen Gutekanst
parent d651d25903
commit 3d392c8c74

View file

@ -143,8 +143,8 @@ pub fn getInstanceProcAddress(vk_instance: ?*anyopaque, proc_name: [*:0]const u8
///
/// see also: vulkan_present
pub inline fn getPhysicalDevicePresentationSupport(
vk_instance: *opaque {},
vk_physical_device: *opaque {},
vk_instance: *anyopaque,
vk_physical_device: *anyopaque,
queue_family: u32,
) error{ APIUnavailable, PlatformError }!bool {
internal_debug.assertInitialized();