WebGPUTextureDescriptor

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

arraySize
void arraySize(u32 arraySize)
Undocumented in source. Be warned that the author may not have intended to support it.
arraySize
u32 arraySize()
Undocumented in source. Be warned that the author may not have intended to support it.
depth
void depth(u32 depth)
Undocumented in source. Be warned that the author may not have intended to support it.
depth
u32 depth()
Undocumented in source. Be warned that the author may not have intended to support it.
dimension
void dimension(u32 dimension)
Undocumented in source. Be warned that the author may not have intended to support it.
dimension
u32 dimension()
Undocumented in source. Be warned that the author may not have intended to support it.
format
void format(u32 format)
Undocumented in source. Be warned that the author may not have intended to support it.
format
u32 format()
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(u32 height)
Undocumented in source. Be warned that the author may not have intended to support it.
height
u32 height()
Undocumented in source. Be warned that the author may not have intended to support it.
usage
void usage(u32 usage)
Undocumented in source. Be warned that the author may not have intended to support it.
usage
u32 usage()
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(u32 width)
Undocumented in source. Be warned that the author may not have intended to support it.
width
u32 width()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta