@@ -8,19 +8,30 @@ layout: stdlib-reference
8
8
9
9
<pre >
10
10
T EvaluateAttributeSnapped< ; T> ; (
11
- T x,
12
- <a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; int,2> ; offset);
11
+ T x,
12
+ <a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; int,2> ; offset)
13
+ where T : __BuiltinArithmeticType;
13
14
14
15
<a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; T,N> ; EvaluateAttributeSnapped< ; T, N:int> ; (
15
16
<a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; T,N> ; x,
16
- <a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; int,2> ; offset);
17
+ <a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; int,2> ; offset)
18
+ where T : __BuiltinArithmeticType;
17
19
18
20
<a href =" /slang/stdlib-reference/types/matrix/index " >matrix</a >< ; T,N,M> ; EvaluateAttributeSnapped< ; T, N:int, M:int> ; (
19
21
<a href =" /slang/stdlib-reference/types/matrix/index " >matrix</a >< ; T,N,M> ; x,
20
- <a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; int,2> ; offset);
22
+ <a href =" /slang/stdlib-reference/types/vector/index " >vector</a >< ; int,2> ; offset)
23
+ where T : __BuiltinArithmeticType;
21
24
22
25
</pre >
23
26
27
+ ## Parameters
28
+
29
+ * ` T `
30
+ * ` N `
31
+ * ` M `
32
+ * ` x `
33
+ * ` offset `
34
+
24
35
## Availability and Requirements
25
36
26
37
Defined for the following targets:
@@ -34,11 +45,3 @@ Available in stages: `amplification`, `fragment`, `compute`, `mesh`, `miss`, `ca
34
45
Requires capabilities: ` SPV_NV_compute_shader_derivatives ` , ` spvMeshShadingEXT ` .
35
46
36
47
37
- ## Parameters
38
-
39
- * ` T `
40
- * ` N `
41
- * ` M `
42
- * ` x `
43
- * ` offset `
44
-
0 commit comments