Relative Content

Tag Archive for opengl-esvulkangpgpu

How do I extract texture data using Vulkan API at the extension/driver level?

I need to extract all textures from an application at the driver level, similar to GFXR and RenderDocs, but I am unclear on the main methodology. In Vulkan, texture data is transferred to GPU memory by the application rather than the driver. Based on my understanding and testing, the typical process appears to be: