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
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue