Skip to content

Documentation / @ripl/webgpu / PipelineOptions

Interface: PipelineOptions

Defined in: webgpu/src/pipeline.ts:81

Options for creating the render pipeline.

Properties

PropertyTypeDescriptionDefined in
sampleCount?numberMSAA sample count for the pipeline. Defaults to 4.webgpu/src/pipeline.ts:83