![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | Buffer |
| struct | Texture |
| struct | Sampler |
Public Attributes | |
| QVarLengthArray< Buffer, 8 > | buffers |
| QVarLengthArray< Texture, 8 > | textures |
| QVarLengthArray< Sampler, 8 > | samplers |
| QRhiBatchedBindings< id< MTLBuffer > > | bufferBatches |
| QRhiBatchedBindings< NSUInteger > | bufferOffsetBatches |
| QRhiBatchedBindings< id< MTLTexture > > | textureBatches |
| QRhiBatchedBindings< id< MTLSamplerState > > | samplerBatches |
| bool | usesArgumentBuffer = false |
Definition at line 366 of file qrhimetal.mm.
| QRhiBatchedBindings< id< MTLBuffer > > QMetalShaderResourceBindingsData::Stage::bufferBatches |
Definition at line 384 of file qrhimetal.mm.
| QRhiBatchedBindings< NSUInteger > QMetalShaderResourceBindingsData::Stage::bufferOffsetBatches |
Definition at line 385 of file qrhimetal.mm.
| QVarLengthArray< Buffer, 8 > QMetalShaderResourceBindingsData::Stage::buffers |
Definition at line 381 of file qrhimetal.mm.
| QRhiBatchedBindings< id< MTLSamplerState > > QMetalShaderResourceBindingsData::Stage::samplerBatches |
Definition at line 387 of file qrhimetal.mm.
| QVarLengthArray< Sampler, 8 > QMetalShaderResourceBindingsData::Stage::samplers |
Definition at line 383 of file qrhimetal.mm.
| QRhiBatchedBindings< id< MTLTexture > > QMetalShaderResourceBindingsData::Stage::textureBatches |
Definition at line 386 of file qrhimetal.mm.
| QVarLengthArray< Texture, 8 > QMetalShaderResourceBindingsData::Stage::textures |
Definition at line 382 of file qrhimetal.mm.
| bool QMetalShaderResourceBindingsData::Stage::usesArgumentBuffer = false |
Definition at line 388 of file qrhimetal.mm.
Referenced by QRhiMetal::enqueueShaderResourceBindings().