Closed alichraghi closed 3 months ago
[CI]: Can one of the admins verify this patch?
@nipunG314 check and merge
@alichraghi why are you force pushing to your branches?
why are you force pushing to your branches?
I didn't know about the commit signing thing at first.
@alichraghi This change happened when we transitioned from a handwritten header file to a generated one. In the original header, the value was true
.
This patch is not required.
But either way this should be set to false
because even some semi new-gen AMD GPUs doesn't support it. (@Erfan-Ahmadi can verify this).
Yes @nipunG314 this value should be false, it was changed here but ever applied to the json https://github.com/Devsh-Graphics-Programming/Nabla/commit/21d6979d44837d5f31ba7552236e9d2a1b6b1826
Description
in https://github.com/Devsh-Graphics-Programming/Nabla/commit/21d6979d44837d5f31ba7552236e9d2a1b6b1826,
alphaToOne
was set tofalse
but somehow regressed later.Testing
I was able to run helloswapchain example after this change.