diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
commit | ee1b7fd3bc66501b252ce9e3e5ba89ac9aa54632 (patch) | |
tree | 47b9b1916933d76bfcc327ad2f39370833bd3712 /src/ral/ral_common.h | |
parent | 8dc076e714fad6ee6fb493360e094c4002b1584a (diff) |
more work on bindings and ral
Diffstat (limited to 'src/ral/ral_common.h')
-rw-r--r-- | src/ral/ral_common.h | 1 |
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); |