Explore >> Select a destination


You are here

siboehm.com
| | www.thanassis.space
3.6 parsecs away

Travel
| | Optimizing code for the European Space Agency
| | logins.github.io
5.3 parsecs away

Travel
| | Compute Shaders in D3D12 Why Talking About Compute Shaders Direct Compute has been part of DirectX since version 10. Its usages are multiple, but in general we can use the compute pipeline whenever we want to calculate something without the need of a rasterizer. This ability to generically adapt to any type of calculus makes the compute pipeline really useful in many areas, not only for real-time applications, but also for many science-related computations. In science, every operation that involves the word "GPGPU" (General Purpose GPU) has some kind of compute shader usage in it: high performance computing, physics simulations, classification, image processing are just to scratch the surface among the multitude of use cases. In a game engine, compute shader...
| | www.cherryservers.com
4.0 parsecs away

Travel
| | This guide will give you a comprehensive overview of GPU architecture, specifically the Nvidia GPU architecture and its evolution.
| | hackingcpp.com
22.3 parsecs away

Travel
| A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines.