WebGPUInputStateDescriptor

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

attributes
void attributes(Sequence!(WebGPUVertexAttributeDescriptor) attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
attributes
auto attributes()
Undocumented in source. Be warned that the author may not have intended to support it.
indexFormat
void indexFormat(u32 indexFormat)
Undocumented in source. Be warned that the author may not have intended to support it.
indexFormat
u32 indexFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
inputs
void inputs(Sequence!(WebGPUVertexInputDescriptor) inputs)
Undocumented in source. Be warned that the author may not have intended to support it.
inputs
auto inputs()
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