mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-14 18:58:29 +12:00
Merge branch 'main' into metal
This commit is contained in:
commit
c01e6bf3b8
139 changed files with 20426 additions and 15557 deletions
|
@ -451,6 +451,8 @@ private:
|
|||
bool dynamic_rendering = false; // VK_KHR_dynamic_rendering
|
||||
bool shader_float_controls = false; // VK_KHR_shader_float_controls
|
||||
bool present_wait = false; // VK_KHR_present_wait
|
||||
bool depth_clip_enable = false; // VK_EXT_depth_clip_enable
|
||||
bool pipeline_robustness = false; // VK_EXT_pipeline_robustness
|
||||
}deviceExtensions;
|
||||
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue