Searched defs:constantBuffer (Results 1 – 3 of 3) sorted by relevance
296 void SetBufferData(ID3D11DeviceContext *context, ID3D11Buffer *constantBuffer, const T &value) in SetBufferData()
3485 const d3d11::Buffer *constantBuffer = nullptr; in applyComputeUniforms() local3553 const d3d11::Buffer *constantBuffer = nullptr; in syncUniformBuffersForShader() local
863 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) { in AppendBuffer()