added per-output centroid flag to vertex outputs
Test / build_and_test (push) Successful in 1m32s
Build / build (push) Successful in 3m16s

This commit is contained in:
2026-07-03 00:52:48 +02:00
parent 63a39f1e72
commit 912b510c67
6 changed files with 52 additions and 14 deletions
+1
View File
@@ -73,6 +73,7 @@ pub const Vertex = struct {
point_size: f32,
outputs: [spv.SPIRV_MAX_OUTPUT_LOCATIONS][4]?struct {
interpolation_type: InterpolationType,
centroid: bool,
blob: []u8,
size: usize,
},