gpu: fully implement NullInterface

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-25 22:46:10 -07:00 committed by Stephen Gutekanst
parent b0adf42c70
commit 0b63b6a41b
2 changed files with 1196 additions and 587 deletions

File diff suppressed because it is too large Load diff

View file

@ -349,6 +349,7 @@ pub const ColorWriteMaskFlags = packed struct {
}
};
// TODO: should be MapModeFlags, I typo'd it
pub const MapMode = packed struct {
read: bool = false,
write: bool = false,