gpu: move DeviceLostReason -> Device.LostReason

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:52:05 -07:00 committed by Stephen Gutekanst
parent 7f173a0d19
commit 3b2dff540d
3 changed files with 6 additions and 9 deletions

View file

@ -101,11 +101,6 @@ pub const CullMode = enum(u32) {
back = 0x00000002,
};
pub const DeviceLostReason = enum(u32) {
none = 0x00000000,
destroyed = 0x00000001,
};
pub const ErrorFilter = enum(u32) {
validation = 0x00000000,
out_of_memory = 0x00000001,
@ -340,7 +335,6 @@ test "syntax" {
_ = ComputePassTimestampLocation;
_ = CreatePipelineAsyncStatus;
_ = CullMode;
_ = DeviceLostReason;
_ = ErrorFilter;
_ = ErrorType;
_ = FilterMode;