gpu: convert *opaque -> opaque for TextureView
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f59435f0b0
commit
3589e9cbaf
4 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ pub const SwapChain = opaque {
|
|||
Impl.swapChainConfigure(swap_chain, format, allowed_usage, width, height);
|
||||
}
|
||||
|
||||
pub inline fn getCurrentTextureView(swap_chain: *SwapChain) TextureView {
|
||||
pub inline fn getCurrentTextureView(swap_chain: *SwapChain) *TextureView {
|
||||
return Impl.swapChainGetCurrentTextureView(swap_chain);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue