UniversityOfGdanskTeamPython / epseon_backend

Vulkan based GPU accelerated implementation of numerical Schrödinger equation solver
MIT License
0 stars 0 forks source link

Implement staging, storage and readback buffer allocation #40

Closed Argmaster closed 10 months ago

Argmaster commented 10 months ago

Refering to Vulkan Memory Allocator documentation use VMA to allocate resources (buffers) for staging buffer for CPU -> GPU transfers, GPU only storage buffers and CPU readback buffers.

Argmaster commented 10 months ago

Resolved by #39