![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
id< MTLCommandBuffer > | cb |
double | lastGpuTime = 0 |
id< MTLRenderCommandEncoder > | currentRenderPassEncoder |
id< MTLComputeCommandEncoder > | currentComputePassEncoder |
id< MTLComputeCommandEncoder > | tessellationComputeEncoder |
MTLRenderPassDescriptor * | currentPassRpDesc |
int | currentFirstVertexBinding |
QRhiBatchedBindings< id< MTLBuffer > > | currentVertexInputsBuffers |
QRhiBatchedBindings< NSUInteger > | currentVertexInputOffsets |
id< MTLDepthStencilState > | currentDepthStencilState |
QMetalShaderResourceBindingsData | currentShaderResourceBindingState |
Definition at line 348 of file qrhimetal.mm.
id< MTLCommandBuffer > QMetalCommandBufferData::cb |
Definition at line 350 of file qrhimetal.mm.
id< MTLComputeCommandEncoder > QMetalCommandBufferData::currentComputePassEncoder |
Definition at line 353 of file qrhimetal.mm.
id< MTLDepthStencilState > QMetalCommandBufferData::currentDepthStencilState |
Definition at line 359 of file qrhimetal.mm.
int QMetalCommandBufferData::currentFirstVertexBinding |
Definition at line 356 of file qrhimetal.mm.
MTLRenderPassDescriptor * QMetalCommandBufferData::currentPassRpDesc |
Definition at line 355 of file qrhimetal.mm.
id< MTLRenderCommandEncoder > QMetalCommandBufferData::currentRenderPassEncoder |
Definition at line 352 of file qrhimetal.mm.
QMetalShaderResourceBindingsData QMetalCommandBufferData::currentShaderResourceBindingState |
Definition at line 360 of file qrhimetal.mm.
QRhiBatchedBindings< NSUInteger > QMetalCommandBufferData::currentVertexInputOffsets |
Definition at line 358 of file qrhimetal.mm.
QRhiBatchedBindings< id< MTLBuffer > > QMetalCommandBufferData::currentVertexInputsBuffers |
Definition at line 357 of file qrhimetal.mm.
double QMetalCommandBufferData::lastGpuTime = 0 |
Definition at line 351 of file qrhimetal.mm.
id< MTLComputeCommandEncoder > QMetalCommandBufferData::tessellationComputeEncoder |
Definition at line 354 of file qrhimetal.mm.