Skip to content

Commit

Permalink
removing descriptor for compute kernels as it wasnt being used
Browse files Browse the repository at this point in the history
  • Loading branch information
natevm committed Dec 28, 2024
1 parent 572d37f commit f14236b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gprt/gprt_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ typedef enum {
GPRT_SBT_RAYGEN = 2,
GPRT_SBT_MISS = 4,
GPRT_SBT_CALLABLE = 8,
GPRT_SBT_COMPUTE = 16,
GPRT_SBT_ALL = 63
} GPRTBuildSBTFlags;

Expand Down

0 comments on commit f14236b

Please sign in to comment.