mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Add bindings for C3 Lang (#3456)
* Added bindings for C3 lang * Fix sub-struct generation. Fix empty struct. Fix doc comments. These issues didn't allow the c3 compilation * Add @extern for each function to match C API * Add gen suffix to keep naming consistency
This commit is contained in:
@@ -83,6 +83,9 @@ newaction {
|
||||
|
||||
local ziggen = require "bindings-zig"
|
||||
ziggen.write(ziggen.gen(), "../bindings/zig/bgfx.zig")
|
||||
|
||||
local c3gen = require "bindings-c3"
|
||||
c3gen.write(c3gen.gen(), "../bindings/c3/bgfx.c3")
|
||||
end
|
||||
|
||||
os.exit()
|
||||
|
||||
Reference in New Issue
Block a user