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