Mateusz Kielan
Mateusz Kielan
> The problem is that we can't use VMM (like atomics, OpLoad and OpStore with acquire/release operands) while DXC still emits GLSL450 for all the rest of the code @sudonatalie...
> Thanks for the additional info @devshgraphicsprogramming. We'll keep this on our radar but it's unlikely to be a near future priority. Actually turned out I didn't need this to...
I still have the bug that the decoration doesn't have any effect when I then try to feed the struct to BDA pointer making templates
@s-perron I made this in godbolt https://godbolt.org/z/sxejh1q7W I'll get @Przemog1 to reimplement GLSL-style `samplerXXX` and `texture...` functions and they'll live in an Apache licensed header here: https://github.com/Devsh-Graphics-Programming/Nabla/blob/master/include/nbl/builtin/hlsl/glsl_compat/core.hlsl However I've found...
It also seems to have gotten fixed between 1.8.2405 and 2407
I tried to fix this with inline SPIR-V https://godbolt.org/z/7sGojeEnK but: 1. I need to guess the `%result_id%` of the type declaration of my struct (in this case is appears to...
Its been over a year since I've checkd, but seems that still, contrary to the docs ``` struct Test { // The vk::ext_decorate don't seem to work or emit `OpMemberDecorate`...
> Thanks for reporting @devshgraphicsprogramming. You've piqued my interest with [#6489 (comment)](https://github.com/microsoft/DirectXShaderCompiler/issues/6489#issuecomment-2058755134) so we'll try to prioritize this. I can't conform to Proposal 0010 100% but I can get something...
~~The `vk::ext_decorate` seems really flaky, I'm trying to decorate my pointer variable as `AliasedPointer` and seems like some SPIR-V Optimization rips it away~~ ~~https://godbolt.org/z/9szf1nYq5~~ NVM: got sniped by https://github.com/KhronosGroup/SPIRV-Registry/issues/140#issuecomment-1143104775
> I'm starting to understand the problem, and I'll need to think about how to fix it. The problem in [the smaller example](https://godbolt.org/z/3vq3xWY7v) is that the SPIR-V backend does not...