mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-29 14:31:04 +00:00
Add SPV_FAILED_MATCH status code
This is for future use by the parser.
This commit is contained in:
parent
8a3ce9b16b
commit
225baf88bc
@ -112,6 +112,7 @@ typedef enum spv_result_t {
|
|||||||
SPV_UNSUPPORTED = 1,
|
SPV_UNSUPPORTED = 1,
|
||||||
SPV_END_OF_STREAM = 2,
|
SPV_END_OF_STREAM = 2,
|
||||||
SPV_WARNING = 3,
|
SPV_WARNING = 3,
|
||||||
|
SPV_FAILED_MATCH = 4,
|
||||||
SPV_ERROR_INTERNAL = -1,
|
SPV_ERROR_INTERNAL = -1,
|
||||||
SPV_ERROR_OUT_OF_MEMORY = -2,
|
SPV_ERROR_OUT_OF_MEMORY = -2,
|
||||||
SPV_ERROR_INVALID_POINTER = -3,
|
SPV_ERROR_INVALID_POINTER = -3,
|
||||||
|
Loading…
Reference in New Issue
Block a user