Explore >> Select a destination


You are here

therealmjp.github.io
| | mtlynch.io
6.0 parsecs away

Travel
| | Updates about my life and what I learn about creating software
| | logins.github.io
6.9 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.jendrikillner.com
6.1 parsecs away

Travel
| | [AI summary] This article covers graphics programming topics including implementing printf in shaders, generating simplex noise, portability of noise calculations across GPUs, and a job posting for an Unreal Developer at Threedy.
| | notes.eatonphil.com
27.9 parsecs away

Travel
| Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly