gpu: fully implement NullInterface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b0adf42c70
commit
0b63b6a41b
2 changed files with 1196 additions and 587 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -349,6 +349,7 @@ pub const ColorWriteMaskFlags = packed struct {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: should be MapModeFlags, I typo'd it
|
||||||
pub const MapMode = packed struct {
|
pub const MapMode = packed struct {
|
||||||
read: bool = false,
|
read: bool = false,
|
||||||
write: bool = false,
|
write: bool = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue