submit_rewrite
cosmonaut 2020-12-23 13:49:53 -08:00
parent 838e840a70
commit 1b22664756
1 changed files with 1 additions and 1 deletions

View File

@ -4457,7 +4457,7 @@ static void VULKAN_PushVertexShaderParams(
(REFRESH_Buffer*) renderer->vertexUBO, (REFRESH_Buffer*) renderer->vertexUBO,
renderer->vertexUBOOffset, renderer->vertexUBOOffset,
data, data,
elementCount * renderer->currentGraphicsPipeline->fragmentUBOBlockSize elementCount * renderer->currentGraphicsPipeline->vertexUBOBlockSize
); );
} }