GPUPrimitiveState constructor

GPUPrimitiveState({
  1. GPUPrimitiveTopology topology,
  2. GPUIndexFormat stripIndexFormat,
  3. GPUFrontFace frontFace,
  4. GPUCullMode cullMode,
  5. bool unclippedDepth,
})

Implementation

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