Gauthier Billot

Results 8 issues of Gauthier Billot

This fixes the following case: ```haxe class RocketNode extends Node { public var logicRocket:game.logic.Rocket; public var displayRocket:game.display.Rocket; } ``` The class name was used without its full path so ending...

This is better to avoid runtime type issues. This should closes a similar PR : #31

Hello, I noticed the `_rgba` parameter from `setState` was not forwarded on some platforms. This is needed when working with `BGFX_STATE_BLEND_INDEPENDENT`. g.e: ``` bgfx::setState( state | BGFX_STATE_BLEND_INDEPENDENT, BGFX_STATE_BLEND_FUNC_RT_1(BGFX_STATE_BLEND_ZERO, BGFX_STATE_BLEND_SRC_COLOR) );...

Hello, I encountered a segmentation fault when compiling code involving `constexpr` and `union`. Here is the minimal reproducible case : ```c++ #include struct Coord { union { struct { int...

Added missing build step

size/XS

Hello, The following: ``` myWindow.close(); myWindow.open(); ``` during the same JavaScript frame breaks the behavior and the window can be lost forever. This PR prevents such issue. Let me know...

Is Phaser 3 planned to be supported?