mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed #2133.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user