Nabla
Nabla copied to clipboard
Vulkan, OptiX and CUDA Interoperation Modular Rendering Library and Framework for PC/Linux/Android
## Description ## Testing ## TODO list:
Replace `core::SRange` with `std::span` and other templated usages with `std::view` concept template
## Description Continuation of the suggestion in PR #470 ## Solution proposal As per the title. ## Additional context After WASM/Emscripten compilation, don't want to use too many C++20 or...
## Description Hi, I did a fresh clone of Nabla and it required downloading 1.88 GB: ``` Cloning into 'Nabla'... remote: Enumerating objects: 114400, done. remote: Counting objects: 100% (1568/1568),...
## Describe the bug There's tons of fixmes on ICPUBuffer ## Steps to Reproduce Restore seems busted ## Expected vs observed behavior Everyone respects allocators should be what gets done...
## Description We now require Vulkan 1.3 which incorporates maintenance 4. ## Description of the related problem Theres a bunch of fun features which we can rely on like workgroup...
## Description ## Description of the related problem ## Solution proposal ## Additional context
## Description ## Description of the related problem ## Solution proposal ## Additional context
## Description ## Description of the related problem ## Solution proposal ## Additional context
some work before big merge
## Description In plain old regular Vulkan you can't query the following from a Surface: - the number of min/max images from a surface GIVEN a particular presentation mode -...