jjsheets / nebula

a game engine project
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Staging Buffer: Implement a staging buffer #70

Closed jjsheets closed 2 years ago

jjsheets commented 3 years ago

Is your feature request related to a problem? Please describe. N/A

Describe the solution you'd like Most GPUs work best using a staging buffer to perform data transfers from CPU to GPU (and possibly vice versa). Implement the details needed for this to work. Might not need to make this specifically generic, as it may already be generic enough. Alternatively, it could possibly be integrated into the basic buffer code.

Describe alternatives you've considered N/A

Additional context N/A

github-actions[bot] commented 2 years ago

Begin development on this branch by running the following commands in the root directory of your local copy of the repository:

git pull git switch issue-70-Staging_Buffer_Implement_a_staging_buffer