glfw: Use anyopaque instead of opaque {}
Update other two instances of `opaque {}`
This commit is contained in:
parent
d651d25903
commit
3d392c8c74
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ pub fn getInstanceProcAddress(vk_instance: ?*anyopaque, proc_name: [*:0]const u8
|
||||||
///
|
///
|
||||||
/// see also: vulkan_present
|
/// see also: vulkan_present
|
||||||
pub inline fn getPhysicalDevicePresentationSupport(
|
pub inline fn getPhysicalDevicePresentationSupport(
|
||||||
vk_instance: *opaque {},
|
vk_instance: *anyopaque,
|
||||||
vk_physical_device: *opaque {},
|
vk_physical_device: *anyopaque,
|
||||||
queue_family: u32,
|
queue_family: u32,
|
||||||
) error{ APIUnavailable, PlatformError }!bool {
|
) error{ APIUnavailable, PlatformError }!bool {
|
||||||
internal_debug.assertInitialized();
|
internal_debug.assertInitialized();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue