gpu: add CompilationInfoRequestStatus enum
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3a4abcef6f
commit
06661ce9e1
2 changed files with 7 additions and 8 deletions
|
|
@ -62,3 +62,10 @@ pub const CompareFunction = enum(u32) {
|
|||
not_equal = 0x00000007,
|
||||
always = 0x00000008,
|
||||
};
|
||||
|
||||
pub const CompilationInfoRequestStatus = enum(u32) {
|
||||
success = 0x00000000,
|
||||
err = 0x00000001,
|
||||
device_lost = 0x00000002,
|
||||
unknown = 0x00000003,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue