Mateusz Kielan
Mateusz Kielan
> Hi @devshgraphicsprogramming , thanks for the advice. Is this general advice or did you stumble upon a problem of accuracy / performance? We've measured the per-pixel math for just...
This extension is braindead, now instead of specifying an ImageView for an attachment I need to now specify the the Creation Parameters of the Image and it they don't match...
# Features ## Toggleable Post Processing stack Disable/Enable denoiser, tonemap and bloom. ## Scene Reload While saving sensor ID and transformation. ## GUI For adjusting denoiser, RWMC, and tonemap+bloom. ##...
# Related https://github.com/Devsh-Graphics-Programming/Nabla/issues/297 https://github.com/Devsh-Graphics-Programming/Nabla/issues/310
HLSL2021 does the job.
Approved for the next rework of sync stuff
Won't fix, using Vulkan now with descriptor indexing
Stuff Carried over from #408 https://github.com/Devsh-Graphics-Programming/Nabla/pull/408#discussion_r940636518 https://github.com/Devsh-Graphics-Programming/Nabla/pull/408#discussion_r1040830105 https://github.com/Devsh-Graphics-Programming/Nabla/pull/408#discussion_r940693463
The function to which most of the `~IGPUDescriptorSet` needs to move to, `IDescriptorPool::deleteSetStorage` can be called from any thread. A similar concern exists for `IGPUCommandBuffer::releaseResourcesBackToPool()` which may be called by...