gpu: add TODOs regarding nullability
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9f77103cae
commit
c3cc9d5ae2
24 changed files with 24 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ const ChainedStructOut = @import("types.zig").ChainedStructOut;
|
|||
pub const Adapter = enum(usize) {
|
||||
_,
|
||||
|
||||
// TODO: verify there is a use case for nullable value of this type.
|
||||
pub const none: Adapter = @intToEnum(Adapter, 0);
|
||||
|
||||
pub const Type = enum(u32) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue