fixing physical device format checks
Build / build (push) Successful in 1m48s
Test / build_and_test (push) Successful in 26m14s

This commit is contained in:
2026-04-24 15:50:10 +02:00
parent 5fc7d561fc
commit 79e0bf483c
3 changed files with 128 additions and 11 deletions
+6
View File
@@ -58,6 +58,12 @@ pub const MIN_STORAGE_BUFFER_ALIGNMENT = 256;
pub const MAX_VERTEX_INPUT_BINDINGS = 16;
pub const MAX_VERTEX_INPUT_ATTRIBUTES = 32;
pub const MAX_IMAGE_LEVELS_1D = 15;
pub const MAX_IMAGE_LEVELS_2D = 15;
pub const MAX_IMAGE_LEVELS_3D = 12;
pub const MAX_IMAGE_LEVELS_CUBE = 15;
pub const MAX_IMAGE_ARRAY_LAYERS = 2048;
pub const std_options = base.std_options;
comptime {