From 8fc46365d6bdcde0c18a8b413b9f7a80fa487107 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sat, 12 Sep 2026 10:20:39 -0700 Subject: Getting ready to add PCSS shadows --- include/model.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/model.h') diff --git a/include/model.h b/include/model.h index 52849d2..47364ba 100644 --- a/include/model.h +++ b/include/model.h @@ -37,6 +37,7 @@ typedef struct ta_model_mesh { typedef struct ta_model { SDL_GPUGraphicsPipeline *pipeline; + SDL_GPUGraphicsPipeline *wireframe_pipeline; SDL_GPUBuffer *vertex_buffer; ta_model_mesh mesh; Uint32 vertex_count; -- cgit v1.2.3