Added sample for VK_KHR_ray_tracing_position_fetch
This commit is contained in:
parent
a0940b2a55
commit
85018e6b09
8 changed files with 661 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright (c) 2016-2024, Sascha Willems
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Function for building single example
|
||||
function(buildExample EXAMPLE_NAME)
|
||||
SET(EXAMPLE_FOLDER ${CMAKE_CURRENT_SOURCE_DIR}/${EXAMPLE_NAME})
|
||||
|
|
@ -138,6 +141,7 @@ set(EXAMPLES
|
|||
raytracinggltf
|
||||
raytracingintersection
|
||||
raytracingreflections
|
||||
raytracingpositionfetch
|
||||
raytracingsbtdata
|
||||
raytracingshadows
|
||||
raytracingtextures
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue