dazKind / linc_bgfx

Haxe hxcpp externs for bgfx
MIT License
12 stars 0 forks source link

setViewName missing string length #2

Closed mikaib closed 6 months ago

mikaib commented 6 months ago

The function requires 3 parameters in BGFX: setViewName(viewId, name, length) with types (ViewId, const char *, int32_t)

The externs don't give the string length to the function.

Expected: afbeelding

Actual output: afbeelding

This causes the build to fail. I have not checked if there are other functions with the same problem.

dazKind commented 6 months ago

fixed in f462532f7bfbffdf6d9e7817d6cc5c690ebc1f02