Type alias ComputePipelineOptions

ComputePipelineOptions: {
    workgroupCount?: WorkgroupCount;
    workgroupSize?: WorkgroupSize;
} & PipelineOptions

Type declaration

  • Optional workgroupCount?: WorkgroupCount

    The number of workgroups to run a compute shader with

  • Optional workgroupSize?: WorkgroupSize

    The size of the workgroup to run a compute shader with

Generated using TypeDoc