maxime-modulopi

Results 10 issues of maxime-modulopi

The `timestamp_queries` README [currently states](https://github.com/KhronosGroup/Vulkan-Samples/blob/04291a3465397b2898a37bc9ccaf48dd4b552f9b/samples/api/timestamp_queries/README.adoc#resetting-the-query-pool) that `hostQueryReset` need to be enabled (+ `VK_EXT_host_query_reset` for Vulkan < 1.2) to use `vkCmdResetQueryPool`, which is wrong. `hostQueryReset` only enables the use of the...

documentation

DispatchLoader-related classes have multiple public usages, including use via `VULKAN_HPP_DEFAULT_DISPATCHER` or as last argument of every Vulkan function call when `VULKAN_HPP_NO_DEFAULT_DISPATCHER` is defined, in which case the user is actually...

When `VK_NO_PROTOTYPES` is defined to disable the declaration of global Vulkan functions (e.g. when using Vulkan-Hpp's `DispatchLoaderDynamic`), vulkan_profiles.hpp no longer compiles, due to [`ImportVulkanFunctions_Static`](https://github.com/KhronosGroup/Vulkan-Profiles/blob/af41382fb158c2bc537797499a14fb6530a75b08/scripts/gen_profiles_solution.py#L1207-L1220) unconditionally using these global Vulkan functions....

bug
enhancement
OS - Platform Independent
P2
Profiles Library

Closes #1053 This adds `TracyVkCollectHost` with no cmdbuf parameter, usable only with contexts created with `TracyVkContextHostCalibrated`. The manual should probably be updated but I'm not sure how to build it...

`vkCmdResetQueryPool` is called instead of `vkResetQueryPool` in `TracyVkCollect` even when the context was created with `TracyVkContextHostCalibrated`: https://github.com/wolfpld/tracy/blob/f14ff2b994dac1de1d99acfcdced4e9dced47d97/public/tracy/TracyVulkan.hpp#L328 I believe forcing the "Cmd" variant is not needed here? Also, this would...

The GLSL extension `GL_KHR_vulkan_glsl` says that specialization constants can only be used with scalar `int`, `float` or `bool`. On the other hand, glslang compiles shaders with specialization constants whose type...

Extension version: 1.29.2 OS: Windows 11 x64 In a `x64 Native Tools Command Prompt for VS 2022` terminal, `VCPKG_ROOT` is set to the vcpkg instance provided as part of Visual...

bug
Feature: developer environment

glslang version: 16.0.0 (SDK 1.4.328.0) Given this shader: GLSL code ```glsl #version 460 core #extension GL_EXT_buffer_reference: require #extension GL_EXT_scalar_block_layout: require #extension GL_EXT_nonuniform_qualifier: require struct Vertex { vec3 position; vec2 texCoord;...

When building in non-separate mode, the output name is modified: https://github.com/gopro/cineform-sdk/blob/11574d0295771edccadd17af14af74a539f924c7/CMakeLists.txt#L61 https://github.com/gopro/cineform-sdk/blob/11574d0295771edccadd17af14af74a539f924c7/CMakeLists.txt#L82 But the install name passed to the pkgconfig file is the target name: https://github.com/gopro/cineform-sdk/blob/11574d0295771edccadd17af14af74a539f924c7/CMakeLists.txt#L139 This makes the pkgconfig...

This function is mentioned in the [doc](https://docs.isf.video/ref_functions.html#isf-exclusive-functions).