![]() |
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 | Sampler |
| struct | Texture |
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 |
Definition at line 324 of file qrhimetal.mm.
| QRhiBatchedBindings< id< MTLBuffer > > QMetalShaderResourceBindingsData::Stage::bufferBatches |
Definition at line 341 of file qrhimetal.mm.
| QRhiBatchedBindings< NSUInteger > QMetalShaderResourceBindingsData::Stage::bufferOffsetBatches |
Definition at line 342 of file qrhimetal.mm.
| QVarLengthArray< Buffer, 8 > QMetalShaderResourceBindingsData::Stage::buffers |
Definition at line 338 of file qrhimetal.mm.
| QRhiBatchedBindings< id< MTLSamplerState > > QMetalShaderResourceBindingsData::Stage::samplerBatches |
Definition at line 344 of file qrhimetal.mm.
| QVarLengthArray< Sampler, 8 > QMetalShaderResourceBindingsData::Stage::samplers |
Definition at line 340 of file qrhimetal.mm.
| QRhiBatchedBindings< id< MTLTexture > > QMetalShaderResourceBindingsData::Stage::textureBatches |
Definition at line 343 of file qrhimetal.mm.
| QVarLengthArray< Texture, 8 > QMetalShaderResourceBindingsData::Stage::textures |
Definition at line 339 of file qrhimetal.mm.