Mateusz Kielan
Mateusz Kielan
Actually even decorations on Inline Spir-V typed members don't stick either ```cpp struct PSInput { float4 position : SV_Position; float4 color : COLOR0; }; #include "nbl/builtin/hlsl/bda/__ref.hlsl" using namespace nbl::hlsl; struct...
Missing one GLSL include from `sampling` https://github.com/Devsh-Graphics-Programming/Nabla/blob/master/include/nbl/builtin/glsl/sampling/quantized_sequence.glsl
GH UI messing up again
why does the bug not appear without `-spirv` !? I would have thought that templates get dealt with waaay before codegen.
After #947 gets merged, make sure to `merge` master to this branch and kill the `include/nbl/builtin/hlsl/math/morton.hlsl` file
@AnastaZIuk I'm making this against your branch, you can approve and merge
@keptsecret Example build is failing, I can see that without the Debug Draw extensions example 12 is now broken ``` C:\mount\nabla\examples_tests\12_MeshLoaders\main.cpp(390): error C2065: 'm_aabbInstances': undeclared identifier ```
@keptsecret still broken on the CI ``` C:\mount\nabla\src\nbl\ext\DebugDraw\CDrawAABB.cpp(90): error C2065: 'builtin': undeclared identifier C:\mount\nabla\src\nbl\ext\DebugDraw\CDrawAABB.cpp(90): error C2653: 'builtin': is not a class or namespace name C:\mount\nabla\src\nbl\ext\DebugDraw\CDrawAABB.cpp(90): error C2065: 'CArchive': undeclared identifier...
conflict on `examples_tests` needs resolving (probably just merge `master` to both branches)
@kevyuu can you review this?