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:
IchorDev
2024-09-04 23:01:09 +07:00
committed by GitHub
parent eaec8ddf3b
commit f29c1b7cde
2 changed files with 4 additions and 3 deletions

View File

@@ -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)