summaryrefslogtreecommitdiff
path: root/include/render/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/render/mesh.h')
-rw-r--r--include/render/mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/render/mesh.h b/include/render/mesh.h
index aed4836..bf8c1ee 100644
--- a/include/render/mesh.h
+++ b/include/render/mesh.h
@@ -21,6 +21,7 @@ struct ubo {
mat4x4 model;
mat4x4 view;
mat4x4 proj;
+ uint32_t max_frags;
};
struct vertex {