Searched defs:constantBuffer (Results 1 – 2 of 2) sorted by relevance
425 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) { in AppendBuffer()
439 VkConstantBufferObj constantBuffer(m_device, bufSize * 2, sizeof(float), (const void *)&data, in VKTriangleTest() local