![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\variable QRhiMetalCommandBufferNativeHandles::commandBuffer More...
Public Member Functions | |
void | destroy () |
void | destroy () |
Public Attributes | |
id< MTLLibrary > | lib = nil |
id< MTLFunction > | func = nil |
std::array< uint, 3 > | localSize = {} |
uint | outputVertexCount = 0 |
QShaderDescription | desc |
QShader::NativeResourceBindingMap | nativeResourceBindingMap |
QShader::NativeShaderInfo | nativeShaderInfo |
\variable QRhiMetalCommandBufferNativeHandles::commandBuffer
\variable QRhiMetalCommandBufferNativeHandles::encoder
Definition at line 151 of file qrhimetal.mm.
|
inline |
Definition at line 161 of file qrhimetal.mm.
|
inline |
Definition at line 161 of file qrhimetal.mm.
QShaderDescription QMetalShader::desc |
Definition at line 157 of file qrhimetal.mm.
id< MTLFunction > QMetalShader::func = nil |
Definition at line 154 of file qrhimetal.mm.
id< MTLLibrary > QMetalShader::lib = nil |
Definition at line 153 of file qrhimetal.mm.
std::array< uint, 3 > QMetalShader::localSize = {} |
Definition at line 155 of file qrhimetal.mm.
QShader::NativeResourceBindingMap QMetalShader::nativeResourceBindingMap |
Definition at line 158 of file qrhimetal.mm.
QShader::NativeShaderInfo QMetalShader::nativeShaderInfo |
Definition at line 159 of file qrhimetal.mm.
uint QMetalShader::outputVertexCount = 0 |
Definition at line 156 of file qrhimetal.mm.