issues
search
Ishan09811
/
pine
GNU General Public License v3.0
138
stars
5
forks
source link
Integrate GPU memory mapping using adrenotools_mem_gpu_allocate and a…
#30
Closed
Ishan09811
closed
1 month ago
Ishan09811
commented
1 month ago
Added GPU memory allocation using adrenotools_mem_gpu_allocate in Vulkan driver loading process.
Mapped the allocated GPU memory to the CPU using adrenotools_mem_cpu_map.
Ensured correct memory allocation and mapping steps are executed after loading the Vulkan driver.
Updated error handling for memory allocation and mapping failures.