mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-02-20 17:54:17 +01:00
added empty shader state, still not working
This commit is contained in:
parent
8f4b5277fd
commit
366578d118
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user