changeset 1225 | 50b8dd7e0b1a |
parent 1224 | 21cd84f1aa0a |
child 1229 | 3ecd29a50d9d |
--- a/mojoshader.h Tue Dec 31 12:22:44 2019 -0500 +++ b/mojoshader.h Tue Dec 31 12:58:06 2019 -0500 @@ -725,6 +725,11 @@ #define MOJOSHADER_PROFILE_SPIRV "spirv" /* + * Profile string for ARB_gl_spirv-friendly SPIR-V binary output + */ +#define MOJOSHADER_PROFILE_GLSPIRV "glspirv" + +/* * Determine the highest supported Shader Model for a profile. */ DECLSPEC int MOJOSHADER_maxShaderModel(const char *profile);