154
you are viewing a single comment's thread
view the rest of the comments
[-] artyom@piefed.social 29 points 1 week ago

One thing did stand out to me, though: "There are also bugs with 'use-before-alloc' where the application allocates resources after submit and writing descriptors pointing to them to the descriptor heap while GPU is in flight."

In the world of Direct3D 12, allocating resources, writing everything required into them, and then telling the GPU it's all ready is an absolute must for avoiding odd behaviours, rendering glitches, or full-blown crashes. You absolutely don't want to be flinging out a command list to the GPU before or during that whole process, because it could be requesting the wrong data or a resource that isn't even there yet.

[-] far_university1990@reddthat.com 2 points 1 week ago

Sound like someone on crack figure out how to avoid problem for optimize some weird shit.

this post was submitted on 31 May 2026
154 points (98.7% liked)

Linux

13905 readers
271 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS