minor fixes
Build / build (push) Successful in 2m27s
Test / build_and_test (push) Successful in 2m11s

This commit is contained in:
2026-06-30 20:48:47 +02:00
parent 7933bea68a
commit 762d414d54
5 changed files with 105 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ pub const MIN_STORAGE_BUFFER_ALIGNMENT = 256;
pub const MAX_VERTEX_INPUT_BINDINGS = 16;
pub const MAX_VERTEX_INPUT_ATTRIBUTES = 16;
pub const PUSH_CONSTANT_SIZE = 256;
pub const PUSH_CONSTANT_SIZE = 128;
pub const MAX_IMAGE_LEVELS_1D = 15;
pub const MAX_IMAGE_LEVELS_2D = 15;