File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4776,6 +4776,30 @@ DOCUMENT(R"(A set of flags for ``ShaderStage`` stages
4776
4776
4777
4777
The flag for :data:`ShaderStage.Mesh`.
4778
4778
4779
+ .. data:: RayGen
4780
+
4781
+ The flag for :data:`ShaderStage.RayGen`.
4782
+
4783
+ .. data:: Intersection
4784
+
4785
+ The flag for :data:`ShaderStage.Intersection`.
4786
+
4787
+ .. data:: AnyHit
4788
+
4789
+ The flag for :data:`ShaderStage.AnyHit`.
4790
+
4791
+ .. data:: ClosestHit
4792
+
4793
+ The flag for :data:`ShaderStage.ClosestHit`.
4794
+
4795
+ .. data:: Miss
4796
+
4797
+ The flag for :data:`ShaderStage.Miss`.
4798
+
4799
+ .. data:: Callable
4800
+
4801
+ The flag for :data:`ShaderStage.Callable`.
4802
+
4779
4803
.. data:: All
4780
4804
4781
4805
A shorthand version with flags set for all stages together.
You can’t perform that action at this time.
0 commit comments