Added dissasembler and extra options

This commit is contained in:
Kai Angulo 2024-06-03 01:52:25 -07:00
parent a49840f365
commit 812c09ec9b
3 changed files with 41 additions and 2 deletions

View file

@ -284,6 +284,8 @@ GLSLANG_EXPORT const char* glslang_program_SPIRV_get_messages(glslang_program_t*
GLSLANG_EXPORT const char* glslang_program_get_info_log(glslang_program_t* program);
GLSLANG_EXPORT const char* glslang_program_get_info_debug_log(glslang_program_t* program);
GLSLANG_EXPORT char* glslang_SPIRV_disassemble(const unsigned int* spv_words, size_t spv_words_len);
#ifdef __cplusplus
}
#endif