GPUComputePipelineDescriptor
class GPUComputePipelineDescriptor
Describes a compute pipeline.
Summary
Public constructors |
|---|
GPUComputePipelineDescriptor( |
Public properties |
|
|---|---|
GPUComputeState |
The compute shader stage configuration. |
String? |
A human-readable label for debugging. |
GPUPipelineLayout? |
The pipeline layout. |
Public constructors
GPUComputePipelineDescriptor
Added in 1.0.0-alpha05
GPUComputePipelineDescriptor(
compute: GPUComputeState,
label: String? = null,
layout: GPUPipelineLayout? = null
)
Public properties
layout
Added in 1.0.0-alpha05
var layout: GPUPipelineLayout?
The pipeline layout. If {@code null}, a default layout is inferred.