From ee1b7fd3bc66501b252ce9e3e5ba89ac9aa54632 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:18:22 +1000 Subject: more work on bindings and ral --- src/ral/ral_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ral/ral_common.h') 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); -- cgit v1.2.3-70-g09d2