Revision af91e770f99da18ae97d6b601c706343cece11e9 authored by kaizhangNV on 23 January 2024, 23:56:21 UTC, committed by GitHub on 23 January 2024, 23:56:21 UTC
Add a member function to RayQuery<RAY_FLAG> class
GetIntersectionTriangleVertexPositions to support the GLSL built-int
rayQueryGetIntersectionTriangleVertexPositionsEXT.

Also add new test file under tests/vkray/rayquery-closesthit.slang
to test this functionality.
1 parent 5902acd
Raw File
.gitmodules
[submodule "external/glslang"]
	path = external/glslang
	url = https://github.com/shader-slang/glslang.git
[submodule "external/tinyobjloader"]
	path = external/tinyobjloader
	url = https://github.com/syoyo/tinyobjloader
[submodule "external/glm"]
	path = external/glm
	url = https://github.com/g-truc/glm.git
[submodule "external/imgui"]
	path = external/imgui
	url = https://github.com/ocornut/imgui.git
[submodule "external/slang-binaries"]
	path = external/slang-binaries
	url = https://github.com/shader-slang/slang-binaries
[submodule "external/spirv-tools"]
	path = external/spirv-tools
	url = https://github.com/shader-slang/SPIRV-Tools.git
[submodule "external/spirv-headers"]
	path = external/spirv-headers
	url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "external/miniz"]
	path = external/miniz
	url = https://github.com/richgel999/miniz
  ignore = untracked
[submodule "external/lz4"]
	path = external/lz4
	url = https://github.com/lz4/lz4
[submodule "external/unordered_dense"]
	path = external/unordered_dense
	url = https://github.com/martinus/unordered_dense.git
[submodule "external/vulkan-headers"]
	path = external/vulkan
	url = https://github.com/KhronosGroup/Vulkan-Headers
back to top