gpu: convert *opaque -> opaque for SwapChain
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2c1a8240c5
commit
f59435f0b0
4 changed files with 11 additions and 11 deletions
|
|
@ -11,7 +11,7 @@ pub const Instance = opaque {
|
|||
next_in_chain: ?*const ChainedStruct = null,
|
||||
};
|
||||
|
||||
pub inline fn createSurface(instance: *Instance, descriptor: *const SurfaceDescriptor) Surface {
|
||||
pub inline fn createSurface(instance: *Instance, descriptor: *const SurfaceDescriptor) *Surface {
|
||||
return Impl.instanceCreateSurface(instance, descriptor);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue