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