1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-02-21 18:54:18 +01:00

added empty shader state, still not working

This commit is contained in:
Unknown 2018-06-10 16:26:20 +01:00
parent 8f4b5277fd
commit 366578d118

View File

@ -1125,6 +1125,8 @@ VKAPI_ATTR void VKAPI_CALL vkCmdClearColorImage(
2); //tris
//TODO primitive list format must be followed by shader state
clFit(commandBuffer, &commandBuffer->binCl, V3D21_GL_SHADER_STATE_length);
clInsertShaderState(&commandBuffer->binCl, 0, 0, 0);
clFit(commandBuffer, &commandBuffer->handlesCl, 4);
uint32_t idx = clGetHandleIndex(&commandBuffer->handlesCl, i->handle);