WGPURenderPipelineDescriptor

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

alpha_to_coverage_enabled
bool alpha_to_coverage_enabled;
Undocumented in source.
color_states
const(WGPUColorStateDescriptor)* color_states;
Undocumented in source.
color_states_length
c_ulong color_states_length;
Undocumented in source.
depth_stencil_state
const(WGPUDepthStencilStateDescriptor)* depth_stencil_state;
Undocumented in source.
fragment_stage
const(WGPUProgrammableStageDescriptor)* fragment_stage;
Undocumented in source.
layout
ulong layout;
Undocumented in source.
primitive_topology
WGPUPrimitiveTopology primitive_topology;
Undocumented in source.
rasterization_state
const(WGPURasterizationStateDescriptor)* rasterization_state;
Undocumented in source.
sample_count
uint sample_count;
Undocumented in source.
sample_mask
uint sample_mask;
Undocumented in source.
vertex_stage
WGPUProgrammableStageDescriptor vertex_stage;
Undocumented in source.
vertex_state
WGPUVertexStateDescriptor vertex_state;
Undocumented in source.

Meta