You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Not needing to recompile the pipeline for blend mode changes, or requiring a compile for the electron build (for consistency). Execution Environment:
Operating system: Windows 10 Home. Windows-10-10.0.19045-SP0 64 Bits.
Graphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 560.94
IDE used (if any): Visual Studio Code
Kha revision: Latest
Kha build output (Using Kha...):
Application output (if it runs):
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi I'm getting some inconsistent behaviour for the blending for the Windows build target and the debug electron build.
On the Electron Build:
On the Windows Build:
I've created a repro of the bug:
https://github.com/distantforest1/Shader-G2-blendingbug
To Reproduce
Open this up in VS Code:
https://github.com/distantforest1/Shader-G2-blendingbug
** Additional context: **
It appears that in the windows build, if you change the blending mode, you need to recompile the pipeline?
https://github.com/distantforest1/Shader-G2-blendingbug/blob/a96a9d9b1e014c0f84fe2b8a1f0fc4461adb4664/Sources/Main.hx#L74
Expected behavior
Not needing to recompile the pipeline for blend mode changes, or requiring a compile for the electron build (for consistency).
Execution Environment:
Operating system: Windows 10 Home. Windows-10-10.0.19045-SP0 64 Bits.
Graphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 560.94
The text was updated successfully, but these errors were encountered: