Mateusz Kielan

Results 448 comments of Mateusz Kielan

@Erfan-Ahmadi is your struct loading problem this but for a load instead of store?

btw this code snippet breaks in a new and fascinating way https://godbolt.org/z/ra9WeKM1a ``` fatal error: generated SPIR-V is invalid: Structure id 8 decorated as Block for variable in PhysicalStorageBuffer storage...

> As a general rule, if a feature is not supported by HLSL->DXIL, it won't be supported by the SPIR-V backend either. However, if you're interested in this for targeting...

Btw even if I successfully managed to declare a `vk::SpirvType` for a `uint8_t` or similar, I wouldn't be able to create a wrapper class that satisfies the arithmetic or scalar...

Comments from old PR #503 : - https://github.com/Devsh-Graphics-Programming/Nabla/pull/503#discussion_r1213755793 - https://github.com/Devsh-Graphics-Programming/Nabla/pull/503#discussion_r1218109647 - https://github.com/Devsh-Graphics-Programming/Nabla/pull/503#discussion_r1218141038

I also want to address and clean up this TODO: https://github.com/Devsh-Graphics-Programming/Nabla/blob/ed3948b6d0ff286d9687c91e6d7e1e1c541a6926/include/nbl/asset/ICommandBuffer.h#L24

@deprilula28 fill out the table some more @pollend can you provide us with a row for XCB ?

Need a matching modification to `nbl/video/CJITIncludeLoader.cpp`