summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2022-12-09 16:02:28 +0200
committerjussi2022-12-09 16:02:28 +0200
commite1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1 (patch)
treee6fc38ef9c149de6cd58aa43a28e1c67d0cb7317 /changelog
parent973d902a16b35258629d2a0b228ad9c3f49b6198 (diff)
downloadreilua-enhanced-e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1.tar.gz
reilua-enhanced-e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1.tar.bz2
reilua-enhanced-e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1.zip
Draw Mesh Instanced Example.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index e630e73..2877f0f 100644
--- a/changelog
+++ b/changelog
@@ -10,6 +10,7 @@ KEY CHANGES:
- ADDED: Flag option (-s) for doc_parser.lua for exporting module APIs to separate files.
- ADDED: ReiLuaGui.
- ADDED: ReiLuaGui Examples.
+ - ADDED: Draw Mesh Instanced Example.
Detailed changes:
ADDED: Help argument.
@@ -21,3 +22,4 @@ FIXED: RL_DrawLineBezierQuad was called RL_DrawLineBezier in API.
ADDED: Color lib.
FIXED: RL_DrawEllipse and RL_DrawEllipseLines expecting wrong arguments.
ADDED: RL_IsPathFile.
+ADDED: RL_SetMaterialShader.