gpu: expose [Error/Logging]Callback
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
64853f5679
commit
1717c684de
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ pub const FragmentState = @import("structs.zig").FragmentState;
|
|||
pub const ColorTargetState = @import("structs.zig").ColorTargetState;
|
||||
pub const ImageCopyBuffer = @import("structs.zig").ImageCopyBuffer;
|
||||
pub const ImageCopyTexture = @import("structs.zig").ImageCopyTexture;
|
||||
pub const ErrorCallback = @import("structs.zig").ErrorCallback;
|
||||
pub const LoggingCallback = @import("structs.zig").LoggingCallback;
|
||||
|
||||
// Enumerations
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue