Results 18 issues of 47rooks

**Describe the bug** I have a comment with the word uniform in it in the GLSL code in @:glFragmentSource. Running the code generates this error trying to construct my shader:...

😰 Type: Bug
🗃️ Status: Review Needed

I was reading this code the other day and noticed a that in update, preUpdate and postUpdate are call once per level of nesting in the hierarchy of objects in...

Haxe 4.3.3 HL 1.14 I have the following small test program: ``` package; import sys.thread.Lock; import sys.thread.Semaphore; import sys.thread.Thread; var produced = new Semaphore(0); var consumed = new Semaphore(1); var...

When compiling to c++ with this build file: ``` -cpp cpp -main ThreadTraceHangHL --class-path src --next --run .\cpp\ThreadTraceHangHL.exe ``` I get this error: ``` Compiling group: haxe cl.exe -Iinclude -nologo...

Currently lime.projectFile on Windows, at any rate, requires an absolute path when specified in a multi-root workspace *.code-workspace file. It would be great if this could be made a path...

It doesn't appear that there is any support as yet for extensions. I need KHR_materials_pbrSpecularGlossiness https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness though I note that it is now superseded by https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_specular. Unfortunately I need the...

Using Haxe 4.3.3 Instrument git at https://github.com/AlexHaxe/haxe-instrument/commit/5ce5871be21549bb474f806bf169d01bf1914b04 flixel 5.6.2 Hashlink 1.14 Windows 10 but I expect linux would repro this too. Using the flixel Breakout demo. Here are the details:...

Following on from https://github.com/AlexHaxe/haxe-instrument/issues/18. Using Haxe 4.3.3 Instrument git at https://github.com/AlexHaxe/haxe-instrument/commit/5ce5871be21549bb474f806bf169d01bf1914b04 flixel 5.6.2 In a number of classes in HaxeFlixel the `return cast result` statement causes compilation issues caused by...

Following on from https://github.com/AlexHaxe/haxe-instrument/issues/18. Using Haxe 4.3.3 Instrument git at 5ce5871be21549bb474f806bf169d01bf1914b04 flixel 5.6.2 FlxColor is an abstract which uses a lot of inline functions that assign to `this`. Similar to...

Haxe 4.3.4 lime 8.2.0-Dev from https://github.com/openfl/lime/actions/runs/9472284613 HL 1.14. Windows 10 this repros on HL, but I have seen in cpp as well in another project. I expect this will do...