![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhimetal_p.h>
Public Attributes | |
| union { | |
| BoundUniformBufferData ubuf | |
| BoundSampledTextureData stex | |
| BoundStorageImageData simage | |
| BoundStorageBufferData sbuf | |
| }; | |
Definition at line 213 of file qrhimetal_p.h.
| union { ... } QMetalShaderResourceBindings::BoundResourceData |
| BoundStorageBufferData QMetalShaderResourceBindings::BoundResourceData::sbuf |
Definition at line 218 of file qrhimetal_p.h.
| BoundStorageImageData QMetalShaderResourceBindings::BoundResourceData::simage |
Definition at line 217 of file qrhimetal_p.h.
| BoundSampledTextureData QMetalShaderResourceBindings::BoundResourceData::stex |
Definition at line 216 of file qrhimetal_p.h.
| BoundUniformBufferData QMetalShaderResourceBindings::BoundResourceData::ubuf |
Definition at line 215 of file qrhimetal_p.h.