mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
D bindings: Fix a casing error (#3350)
* Fix error in dynamic version of D bindings Dazed and confused but trying to continue * Fix dispatch_indirect still using uint16_t in bgfx.idl * D bindings: Mark enum conv. functions `nothrow @nogc pure @safe` * D bindings: Fix a casing error
This commit is contained in:
@@ -136,6 +136,7 @@ local capsRepl = {
|
||||
decrsat = "decrSat", incrsat = "incrSat", revsub = "revSub",
|
||||
linestrip = "lineStrip", tristrip = "triStrip",
|
||||
bstencil = "bStencil", fstencil = "fStencil",
|
||||
Rmask = "RMask",
|
||||
}
|
||||
|
||||
local function abbrevsToUpper(name)
|
||||
|
||||
Reference in New Issue
Block a user