Skip to content

Instantly share code, notes, and snippets.

@lucmann
Created October 17, 2024 03:01
Show Gist options
  • Save lucmann/9b0e723c1904010de603d97ec50ce158 to your computer and use it in GitHub Desktop.
Save lucmann/9b0e723c1904010de603d97ec50ce158 to your computer and use it in GitHub Desktop.
notes about gpu drivers
  • Describing on which device the buffer has been allocated on is not enough: on some setups the buffer may have been allocated on one device but may still be directly accessible without any move on another device. For instance, on a split render/display system, a buffer allocated on the display device can be directly rendered to from the render device.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment