1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-19 11:52:16 +01:00
This commit is contained in:
yours3lf 2020-05-16 14:49:46 +01:00
parent cdd209d43a
commit e4ad9da463

View File

@ -534,7 +534,7 @@ VKAPI_ATTR VkResult VKAPI_CALL rpi_vkQueueSubmit(
submitCl.shader_rec_count = marker->shaderRecCount; submitCl.shader_rec_count = marker->shaderRecCount;
submitCl.uniforms_size = marker->uniformsSize; submitCl.uniforms_size = marker->uniformsSize;
/**/ /**
printf("BCL:\n"); printf("BCL:\n");
clDump(((uint8_t*)marker) + sizeof(CLMarker), marker->size); clDump(((uint8_t*)marker) + sizeof(CLMarker), marker->size);
printf("BO handles: "); printf("BO handles: ");