Searched refs:constantBuffer (Results 1 – 3 of 3) sorted by relevance
351 int AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer);
425 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) { in AppendBuffer() argument439 … &constantBuffer.m_descriptorBufferInfo)); in AppendBuffer()
439 VkConstantBufferObj constantBuffer(m_device, bufSize * 2, sizeof(float), (const void *)&data, in VKTriangleTest() local493 descriptorSet.AppendBuffer(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, constantBuffer); in VKTriangleTest()