An open API service indexing awesome lists of open source software.

https://github.com/vokegpu/vk-ekg

ekg gpu allocator using Vulkan API.
https://github.com/vokegpu/vk-ekg

Last synced: 8 months ago
JSON representation

ekg gpu allocator using Vulkan API.

Awesome Lists containing this project

README

          

# vk-ekg

This project contains the `ekg::gpu::allocator` variant devlopment source, this uses the Vulkan API version 1_0_0.
Note: The GPU allocator use the same logic system of OpenGL gpu allocator.

# Buffer and Draws

The VK ekg gpu allocator is incomplete, there is some phases before reach draws:
Gen 2 buffers and re alloc the two buffers everytime the allocator is revoked.
After invoked it collect vert and uv data. At revoke segment the allocator re alloc all vertex and uv data from CPU cache to the two buffers primary generated.
Clean the CPU data cache.

With all data sent to the two buffers into GPU, the allocator call draws using iterations to pass multiples uniforms.

---

The project is not a priority, I am learning Vulkan.