- Joined
- Aug 22, 2010
- Messages
- 773 (0.14/day)
- Location
- Germany
System Name | Acer Nitro 5 (AN515-45-R715) |
---|---|
Processor | AMD Ryzen 9 5900HX |
Motherboard | AMD Promontory / Bixby FCH |
Cooling | Acer Nitro Sense |
Memory | 32 GB |
Video Card(s) | AMD Radeon Graphics (Cezanne) / NVIDIA RTX 3080 Laptop GPU |
Storage | WDC PC SN530 SDBPNPZ |
Display(s) | BOE CQ NE156QHM-NY3 |
Software | Windows 11 beta channel |
Shader Model 6 Wave Intrinsics Sample
This sample visualizes how Wave Intrinsics work. Wave intrinsics are a new set of intrinsics for use in HLSL Shader Model 6. They enable operations across lanes in the SIMD processor cores, helping the performance of certain algorithms such as culling and packing sparse data sets.
NB
On Optimus rigs create an app profile forcing NVIDIA GPU if you see a lot DXGI errors in Visual Studio log window.
This sample visualizes how Wave Intrinsics work. Wave intrinsics are a new set of intrinsics for use in HLSL Shader Model 6. They enable operations across lanes in the SIMD processor cores, helping the performance of certain algorithms such as culling and packing sparse data sets.


NB
On Optimus rigs create an app profile forcing NVIDIA GPU if you see a lot DXGI errors in Visual Studio log window.