Add stencil_ref Id to spirv_emit_context.h

This commit is contained in:
Hog 2026-06-08 19:50:35 +01:00 committed by GitHub
parent 4cef44eeb2
commit 2ec5fd132d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,6 +256,7 @@ public:
Id frag_coord{};
Id front_facing{};
Id frag_depth{};
Id stencil_ref{};
Id sample_mask{};
Id sample_index{};
Id clip_distances{};
@ -288,7 +289,6 @@ public:
Id bary_coord_smooth_centroid{};
Id bary_coord_smooth_sample{};
Id bary_coord_nopersp{};
Id bary_coord_nopersp_sample{};
struct TextureDefinition {
const VectorIds* data_types;