summaryrefslogtreecommitdiff
path: root/include/model.h
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-12 10:20:39 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-12 10:21:30 -0700
commit8fc46365d6bdcde0c18a8b413b9f7a80fa487107 (patch)
tree529671bf966ed68c42fbdb9f6e2e1c39d570241d /include/model.h
parentbb5bcab8b854ecfe8b3cc9cce230136c50150fbd (diff)
Getting ready to add PCSS shadows
Diffstat (limited to 'include/model.h')
-rw-r--r--include/model.h1
1 files changed, 1 insertions, 0 deletions
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;