Added a macro to generate document templates in RCDocs format

This commit is contained in:
n00b
2024-09-28 11:40:47 -04:00
parent 27e8a448ea
commit 3fd18b2ce6
824 changed files with 3292 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#title AddMeshBuffer [RCBasic Doc]
#header sub AddMeshBuffer( mesh, vertex_count, ByRef vertex_data, ByRef normal_data, ByRef uv_data, index_count, ByRef index_data )