@@ -15,20 +15,27 @@ layout: stdlib-reference
15
15
16
16
Defined for the following targets:
17
17
18
- * hlsl
19
- * available in stages: ` vertex ` , ` fragment ` , ` compute ` , ` hull ` , ` domain ` , ` geometry ` , ` raygen ` , ` intersection ` , ` anyhit ` , ` closesthit ` , ` callable ` , ` miss ` , ` mesh ` , ` amplification ` .
20
- * glsl
21
- * available in stages: ` vertex ` , ` fragment ` , ` compute ` , ` hull ` , ` domain ` , ` geometry ` , ` raygen ` , ` intersection ` , ` anyhit ` , ` closesthit ` , ` callable ` , ` miss ` , ` mesh ` , ` amplification ` .
22
- * cpp
23
- * available in stages: ` vertex ` , ` fragment ` , ` compute ` , ` hull ` , ` domain ` , ` geometry ` , ` raygen ` , ` intersection ` , ` anyhit ` , ` closesthit ` , ` callable ` , ` miss ` , ` mesh ` , ` amplification ` .
24
- * cuda
25
- * available in stages: ` vertex ` , ` fragment ` , ` compute ` , ` hull ` , ` domain ` , ` geometry ` , ` raygen ` , ` intersection ` , ` anyhit ` , ` closesthit ` , ` callable ` , ` miss ` , ` mesh ` , ` amplification ` .
26
- * metal
27
- * available in stages: ` vertex ` , ` fragment ` , ` compute ` , ` hull ` , ` domain ` , ` geometry ` , ` raygen ` , ` intersection ` , ` anyhit ` , ` closesthit ` , ` callable ` , ` miss ` , ` mesh ` , ` amplification ` .
28
- * wgsl
29
- * available in stages: ` vertex ` , ` fragment ` , ` compute ` , ` hull ` , ` domain ` , ` geometry ` , ` raygen ` , ` intersection ` , ` anyhit ` , ` closesthit ` , ` callable ` , ` miss ` , ` mesh ` , ` amplification ` .
30
- * spirv
31
- * available in stages: ` vertex ` , ` fragment ` , ` compute ` , ` hull ` , ` domain ` , ` geometry ` , ` raygen ` , ` intersection ` , ` anyhit ` , ` closesthit ` , ` callable ` , ` miss ` , ` mesh ` , ` amplification ` .
18
+ #### hlsl
19
+ Available in all stages.
20
+
21
+ #### glsl
22
+ Available in all stages.
23
+
24
+ #### cpp
25
+ Available in all stages.
26
+
27
+ #### cuda
28
+ Available in all stages.
29
+
30
+ #### metal
31
+ Available in all stages.
32
+
33
+ #### wgsl
34
+ Available in all stages.
35
+
36
+ #### spirv
37
+ Available in all stages.
38
+
32
39
33
40
34
41
## Parameters
0 commit comments