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

@ -32,7 +32,7 @@ pub const ExternalTextureBindingLayout = extern struct {
pub const ExternalTextureDescriptor = extern struct {
next_in_chain: ?*const ChainedStruct = null,
label: ?[*:0]const u8 = null,
plane0: TextureView,
plane0: *TextureView,
plane1: ?TextureView,
do_yuv_to_rgb_conversion_only: bool = false,
// TODO: dawn.json says length 12, does it mean array length?