WebGPUBlendStateDescriptor

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

alpha
void alpha(WebGPUBlendDescriptor alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
alpha
auto alpha()
Undocumented in source. Be warned that the author may not have intended to support it.
blendEnabled
void blendEnabled(bool blendEnabled)
Undocumented in source. Be warned that the author may not have intended to support it.
blendEnabled
bool blendEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
color
void color(WebGPUBlendDescriptor color)
Undocumented in source. Be warned that the author may not have intended to support it.
color
auto color()
Undocumented in source. Be warned that the author may not have intended to support it.
writeMask
void writeMask(u32 writeMask)
Undocumented in source. Be warned that the author may not have intended to support it.
writeMask
u32 writeMask()
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