Searched refs:m_descriptorBufferInfo (Results 1 – 2 of 2) sorted by relevance
718 … &constantBuffer.m_descriptorBufferInfo)); in AppendBuffer()1314 memset(&m_descriptorBufferInfo, 0, sizeof(m_descriptorBufferInfo)); in VkConstantBufferObj()1326 memset(&m_descriptorBufferInfo, 0, sizeof(m_descriptorBufferInfo)); in VkConstantBufferObj()1345 this->m_descriptorBufferInfo.buffer = handle(); in VkConstantBufferObj()1346 this->m_descriptorBufferInfo.offset = 0; in VkConstantBufferObj()1347 this->m_descriptorBufferInfo.range = allocationSize; in VkConstantBufferObj()
238 VkDescriptorBufferInfo m_descriptorBufferInfo; variable