stop printing out the compiled MSL

This commit is contained in:
Greg Wells
2025-07-03 21:18:50 -04:00
parent b53a31c565
commit 2b2fc9c947

View File

@@ -127,8 +127,6 @@ gnReturnCode createMetalShaderModule(gnShaderModule module, gnDevice device, gnS
[shaderLib release];
printf("%s\n", result);
spvc_context_destroy(context);
return GN_SUCCESS;
}