Interface gpuGPUPrimitiveState

interface gpuGPUPrimitiveState {
    cullMode?: string;
    frontFace?: string;
    stripIndexFormat?: string;
    topology?: string;
    unclippedDepth?: boolean;
}

Properties

cullMode?: string
frontFace?: string
stripIndexFormat?: string
topology?: string
unclippedDepth?: boolean