This commit is contained in:
Бранимир Караџић
2020-05-03 19:58:15 -07:00
parent 60b51dcf85
commit f2e79bbe41
7 changed files with 42 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
-- vim: syntax=lua
-- bgfx interface
version(105)
version(106)
typedef "bool"
typedef "char"
@@ -2076,6 +2076,11 @@ func.setViewOrder
--- to default state.
{ default = NULL }
--- Reset all view settings to default.
func.resetView
"void"
.id "ViewId" -- _id View id.
--- Begin submitting draw calls from thread.
func.begin { cname = "encoder_begin" }
"Encoder*" --- Encoder.