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
[0029] Update example code to use real API (microsoft#472)
* [0029] Update example code to use real API
This attempts to replicate the spirit of the original sample, but using the actual API as described in proposal 0031.
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