summaryrefslogtreecommitdiff
path: root/src/ral/ral_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ral/ral_common.h')
-rw-r--r--src/ral/ral_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ral/ral_common.h b/src/ral/ral_common.h
index 8fa09d9..5a797e5 100644
--- a/src/ral/ral_common.h
+++ b/src/ral/ral_common.h
@@ -56,5 +56,6 @@ void GPU_WindowResizedCallback(u32 x, u32 y);
VertexDescription static_3d_vertex_description();
void VertexDesc_AddAttr(VertexDescription* builder, const char* name, VertexAttribType type);
+size_t VertexDesc_CalcStride(VertexDescription* desc);
size_t VertexAttribSize(VertexAttribType attr);