Matěj Sakmary
Matěj Sakmary
When requesting [GL_KHR_memory_scope_semantics](https://github.com/KhronosGroup/GLSL/blob/master/extensions/khr/GL_KHR_memory_scope_semantics.txt) the generated SPIRV is missing `OpCapability VulkanMemoryModelDeviceScopeKHR`. I tested this by compiling a similar shader to the following ```glsl #version 460 #extension GL_KHR_memory_scope_semantics : require layout(local_size_x =...
The swapchain out of date error was previously being captured by value which causes crash when compiling with clang. This fixes it by capturing the exception by const reference.
- [ ] Task graph should be able to create reinterpret views for an image (create a R32_UINT view for R32_SFLOAT for example) - [ ] Task graph should have...
Currently you have no way of knowing if you work with translated or untranslated task resource ids inside impl_task_list. I suggest having two types Task#RESOURCE#Id presented to the user and...
PR for adding the docs file for dynamic rendering