mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 02:47:04 +02:00
crash fix
This commit is contained in:
parent
2153cf397a
commit
1e59afb0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1066,7 +1066,7 @@ private:
|
||||||
bool dynamic_state3_alpha_to_one{};
|
bool dynamic_state3_alpha_to_one{};
|
||||||
bool dynamic_state3_provoking_vertex_mode{};
|
bool dynamic_state3_provoking_vertex_mode{};
|
||||||
bool supports_conditional_barriers{}; ///< Allows barriers in conditional control flow.
|
bool supports_conditional_barriers{}; ///< Allows barriers in conditional control flow.
|
||||||
bool supports_dynamic_state{}; ///< Core Vulkan 1.0 dynamic states
|
bool supports_dynamic_state{true}; ///< Core Vulkan 1.0 dynamic states
|
||||||
size_t sampler_heap_budget{}; ///< Sampler budget for buggy drivers (0 = unlimited).
|
size_t sampler_heap_budget{}; ///< Sampler budget for buggy drivers (0 = unlimited).
|
||||||
u64 device_access_memory{}; ///< Total size of device local memory in bytes.
|
u64 device_access_memory{}; ///< Total size of device local memory in bytes.
|
||||||
u32 sets_per_pool{}; ///< Sets per Description Pool
|
u32 sets_per_pool{}; ///< Sets per Description Pool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue