Skip to content

backends/drm: Use glReadnPixels to download texture contents

Vlad Zahorodnii requested to merge work/zzag/backend-drm-use-glreadnpixels into master

This helps us to prevent writing data outside the boundaries of the destination buffer.

Merge request reports