Martin-Karl Lefrançois
Martin-Karl Lefrançois
**Description** [SPV_KHR_ray_tracing_position_fetch](https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_ray_tracing_position_fetch.asciidoc) is adding a new `HitTriangleVertexPositionsKHR` built-in, but even with the use of `[[vk::ext_decorate]]`, it does not seem possible to access the values in a HLSL Closest-Hit shader. **Steps...
It should test if all attribute accessors in a given node must have the same count. Reference: https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/EXT_mesh_gpu_instancing/README.md
### Version/Branch of Dear ImGui: Version docking ### Back-ends: imgui_impl_vulkan ### Compiler, OS: Windows 11 ### Full config/build information: _No response_ ### Details: Running the example_glfw_vulkan will generate validation errors...
The extension [KHR_animation_pointer](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_animation_pointer) provides a path to the element to animate, and the path might be like this: `/materials/0/pbrMetallicRoughness/baseColorFactor` Unfortunately, parsing such string is rather difficult in tinygltf without a...
The `GetBaseFilename` function was previously used to extract the base filename from the decoded URI. However, the decoded URI already represents the desired filename. This allow to preserve the sub-directory...