mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-18 19:20:22 +02:00
Layered framebuffer attachments is a feature that allows applications to write attach layered textures to a single attachment. What layer the fragments are written to is decided from the shader using gl_Layer. |
||
|---|---|---|
| .. | ||
| buffer_cache | ||
| engines | ||
| renderer_opengl | ||
| renderer_vulkan | ||
| shader | ||
| texture_cache | ||
| textures | ||
| CMakeLists.txt | ||
| dma_pusher.cpp | ||
| dma_pusher.h | ||
| gpu.cpp | ||
| gpu.h | ||
| gpu_asynch.cpp | ||
| gpu_asynch.h | ||
| gpu_synch.cpp | ||
| gpu_synch.h | ||
| gpu_thread.cpp | ||
| gpu_thread.h | ||
| guest_driver.cpp | ||
| guest_driver.h | ||
| macro_interpreter.cpp | ||
| macro_interpreter.h | ||
| memory_manager.cpp | ||
| memory_manager.h | ||
| morton.cpp | ||
| morton.h | ||
| rasterizer_accelerated.cpp | ||
| rasterizer_accelerated.h | ||
| rasterizer_cache.cpp | ||
| rasterizer_cache.h | ||
| rasterizer_interface.h | ||
| renderer_base.cpp | ||
| renderer_base.h | ||
| sampler_cache.cpp | ||
| sampler_cache.h | ||
| surface.cpp | ||
| surface.h | ||
| video_core.cpp | ||
| video_core.h | ||