ZephirFXEC / VkEngine

Learning Vulkan API
1 stars 0 forks source link

Optimize GPU Throughput #3

Open ZephirFXEC opened 5 months ago

ZephirFXEC commented 5 months ago

Using validation layer on "Best Practice" for Nvidia GPUs

ZephirFXEC commented 2 weeks ago

The use of VMA_GPU_ONLY / CPU_ONLY causes crashes even with proper flags in Staging / Vertex Buffers. Only AUTO works for now, i'm unsure of what auto chooses. Need to investigate.