Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QMetalComputePipelineData Struct Reference
+ Collaboration diagram for QMetalComputePipelineData:

Public Attributes

id< MTLComputePipelineState > ps = nil
 
QMetalShader cs
 
MTLSize localSize
 
QMetalBufferbufferSizeBuffer = nullptr
 

Detailed Description

Definition at line 444 of file qrhimetal.mm.

Member Data Documentation

◆ bufferSizeBuffer

QMetalBuffer* QMetalComputePipelineData::bufferSizeBuffer = nullptr

Definition at line 451 of file qrhimetal.mm.

Referenced by QMetalComputePipeline::create(), and QMetalComputePipeline::destroy().

◆ cs

QMetalShader QMetalComputePipelineData::cs

Definition at line 447 of file qrhimetal.mm.

Referenced by QMetalComputePipeline::create(), and QMetalComputePipeline::destroy().

◆ localSize

MTLSize QMetalComputePipelineData::localSize

Definition at line 448 of file qrhimetal.mm.

Referenced by QMetalComputePipeline::create().

◆ ps

id<MTLComputePipelineState> QMetalComputePipelineData::ps = nil

Definition at line 446 of file qrhimetal.mm.

Referenced by QMetalComputePipeline::create(), and QMetalComputePipeline::destroy().


The documentation for this struct was generated from the following file: