Skip to content

Commit

Permalink
more refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
natevm committed Dec 22, 2024
1 parent 1bf7d5a commit 4716723
Show file tree
Hide file tree
Showing 67 changed files with 349 additions and 1,282 deletions.
45 changes: 7 additions & 38 deletions samples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,10 @@
# MIT License

# Copyright (c) 2022 Nathan V. Morrical

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

add_subdirectory(s0-rayGenPrograms)
add_subdirectory(s1-missPrograms)
add_subdirectory(s2-hitPrograms)

# add_subdirectory(s02-instances)
# add_subdirectory(s03-singleAABB)
# add_subdirectory(s03-someSpheres)
# add_subdirectory(s03-lineSweptSpheres)
# add_subdirectory(s04-computeAABBs)
# add_subdirectory(s05-computeVertex)
# add_subdirectory(s06-computeTransform)
# add_subdirectory(s07-computeInstanceLOD)
# add_subdirectory(s08-multipleGeometry)
# add_subdirectory(s09-singleTexture)
# add_subdirectory(s10-visibilityMasks)
# add_subdirectory(s11-rasterization)
# add_subdirectory(s12-imgui-raster)
# add_subdirectory(s12-imgui-rt)
# add_subdirectory(s13-differentiable)
add_subdirectory(s3-instancing)
add_subdirectory(s4-callablePrograms)
add_subdirectory(s5-computePrograms)
add_subdirectory(s6-textures)
add_subdirectory(s7-rasterization)
add_subdirectory(s8-userInterface)
add_subdirectory(s9-differentiable)
37 changes: 0 additions & 37 deletions samples/s05-computePrograms/s04-computeAABBs/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions samples/s05-computePrograms/s06-computeTransform/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions samples/s05-computePrograms/s07-computeInstanceLOD/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions samples/s08-multipleAABBGeometry/CMakeLists.txt

This file was deleted.

86 changes: 0 additions & 86 deletions samples/s08-multipleAABBGeometry/deviceCode.slang

This file was deleted.

38 changes: 0 additions & 38 deletions samples/s08-multipleTriangleGeometry/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 4716723

Please sign in to comment.