Searched defs:constantBufferDescription (Results 1 – 2 of 2) sorted by relevance
3391 D3D11_BUFFER_DESC constantBufferDescription = {}; in applyDriverUniformsForShader() local3487 D3D11_BUFFER_DESC constantBufferDescription = {}; in applyComputeUniforms() local
2483 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth) in InitConstantBufferDesc()