GPUPrimitiveState constructor

GPUPrimitiveState({
  1. String topology,
  2. String cullMode,
  3. String frontFace,
})

A list topology — triangles, lines or points.

Implementation

external factory GPUPrimitiveState({
  String topology,
  String cullMode,
  String frontFace,
});