mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-30 04:37:05 +00:00
vulkan_device: don't use fixed cap for memory limits
This commit is contained in:
parent
5361027ef0
commit
56810541f0
4 changed files with 27 additions and 5 deletions
|
|
@ -122,6 +122,8 @@ ENUM(AstcRecompression, Uncompressed, Bc1, Bc3);
|
|||
|
||||
ENUM(VSyncMode, Immediate, Mailbox, Fifo, FifoRelaxed);
|
||||
|
||||
ENUM(VramUsageMode, Conservative, Aggressive);
|
||||
|
||||
ENUM(RendererBackend, OpenGL, Vulkan, Null);
|
||||
|
||||
ENUM(ShaderBackend, Glsl, Glasm, SpirV);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue