Android Studio Sign in

GPUComputePipelineDescriptor


class GPUComputePipelineDescriptor


A descriptor for creating a compute pipeline.

Summary

Public constructors

GPUComputePipelineDescriptor(
    compute: GPUComputeState,
    label: String?,
    layout: GPUPipelineLayout?
)

Public properties

GPUComputeState

The entry point and configuration for the compute shader stage.

String?

The label for the compute pipeline.

GPUPipelineLayout?

The layout of the bind groups and push constants used by the pipeline.

Public constructors

GPUComputePipelineDescriptor

Added in 1.0.0-alpha02
GPUComputePipelineDescriptor(
    compute: GPUComputeState,
    label: String? = null,
    layout: GPUPipelineLayout? = null
)

Public properties

compute

Added in 1.0.0-alpha02
var computeGPUComputeState

The entry point and configuration for the compute shader stage.

label

Added in 1.0.0-alpha02
var labelString?

The label for the compute pipeline.

layout

Added in 1.0.0-alpha02
var layoutGPUPipelineLayout?

The layout of the bind groups and push constants used by the pipeline.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.