Janeczko Jakub
Janeczko Jakub
TracyVk queries for `vkGetPhysicalDeviceCalibrateableTimeDomainsEXT` using `vkGetDeviceProcAddr`, but it is physical-device-level function. As such the `vkGetDeviceProcAddr` will return NULL. To fix this issue You should just query for `vkGetPhysicalDeviceCalibrateableTimeDomainsEXT` using `vkGetInstanceProcAddr`...
### Is your feature request related to a problem? Please describe. Tracy has a `TRACY_ENABLE` flag that makes all its functions NO-OPS (empty defines). What it means, that users of...
Some tasks are less important than others: (e.g. optimization of shader pipelines while having less optimized version avaiable). It would be helpful to have a non-`tf::taskflow` version of assigning priority...
## Description This PR adds `VK_KHR_maintenance5` support. (resolve #3244) Spec: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_maintenance5.html Proposal: https://github.com/KhronosGroup/Vulkan-Docs/blob/main/proposals/VK_KHR_maintenance5.adoc Here are features that are added in `VK_KHR_maintenance5` and this PR should support (features that I am...
## Description Renderdoc currently suppresses the `VK_KHR_maintenance5` Vulkan extension. I cannot see why such limitation is here (probably captured extensions were not recently updated) and would expect its support. ##...
`glslangValidator` has had support for source level debug info for more than a year now (-gVS flag), but I couldn't find the equivalent flag in `glslc`. It should be an...
Fixing #186 and #124.
I build optick with `OPTICK_USE_VULKAN` flag but the CMakeLists.txt does not set `OPTICK_ENABLE_GPU_VULKAN=1` (only `OPTICK_ENABLE_GPU=1`). When the flag is not set CMakeLists sets `OPTICK_ENABLE_GPU_VULKAN=0`, but not the other way around,...
As seen:  VK_KHR_maintenance3 reports doubly its properties
Source: https://cmake.org/cmake/help/git-master/manual/cmake-cxxmodules.7.html Also gcc just pushed the modules fix.