gpu: fix filename case sensitivity

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-15 20:23:51 -07:00 committed by Stephen Gutekanst
parent ae3137cb98
commit 1b2ca96541
7 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
pub const Surface = enum(usize) {
_,
// TODO: verify there is a use case for nullable value of this type.
pub const none: Surface = @intToEnum(Surface, 0);
};