Searched refs:colorsBufferAlloc (Results 1 – 1 of 1) sorted by relevance
743 auto& colorsBufferAlloc = colorsBuffer->getAllocation(); in draw() local744 deMemcpy(colorsBufferAlloc.getHostPtr(), m_colors.data(), colorsBufferSize); in draw()745 vk::flushAlloc(vk, device, colorsBufferAlloc); in draw()