This commit is contained in:
Branimir Karadžić
2018-04-10 09:03:25 -07:00
parent 2bbc67e922
commit 79cd23bf3c

View File

@@ -3525,7 +3525,7 @@ VK_DESTROY
uint32_t shaderSize;
bx::read(&reader, shaderSize);
#if 0
#if 1
const void* code = reader.getDataPtr();
bx::skip(&reader, shaderSize+1);