GPUPrimitiveState constructor
GPUPrimitiveState({
- GPUPrimitiveTopology topology,
- GPUIndexFormat stripIndexFormat,
- GPUFrontFace frontFace,
- GPUCullMode cullMode,
- bool unclippedDepth,
Implementation
external factory GPUPrimitiveState({
GPUPrimitiveTopology topology,
GPUIndexFormat stripIndexFormat,
GPUFrontFace frontFace,
GPUCullMode cullMode,
bool unclippedDepth,
});