You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below shader is in HLSL-like psuedocode, to highlight the idea of what replacing physical computations with a neural network based evaluation looks like. The exact syntax for the new intrinsics is intentionally skipped to keep it simple, later sections contain examples with the correct syntax and sample descriptors.
80
+
The shader below shows the idea of what replacing physical computations with a
81
+
neural network based evaluation looks like. Some details have been omitted, but
82
+
this should give a sense of how these new operations can be used.
81
83
82
-
> NOTE: see proposal [0031] for the latest on the HLSL API.
84
+
> NOTE: see proposal [0031] for full details on the HLSL API.
0 commit comments