Chartbreaker
    Preparing search index...

    Interface GPUPrimitiveState

    interface GPUPrimitiveState {
        cullMode?: GPUCullMode;
        frontFace?: GPUFrontFace;
        stripIndexFormat?: GPUIndexFormat;
        topology?: GPUPrimitiveTopology;
        unclippedDepth?: boolean;
    }
    Index

    Properties

    cullMode?: GPUCullMode
    frontFace?: GPUFrontFace
    stripIndexFormat?: GPUIndexFormat
    unclippedDepth?: boolean