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