gpu: convert *opaque -> opaque for TextureView

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-29 23:01:55 -07:00 committed by Stephen Gutekanst
parent f59435f0b0
commit 3589e9cbaf
4 changed files with 7 additions and 7 deletions

View file

@ -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);
}