#include <context_vk.h>
Public Member Functions | |
| Settings ()=default | |
| Settings (Settings &&)=default | |
Public Attributes | |
| PFN_vkGetInstanceProcAddr | proc_address_callback = nullptr |
| std::vector< std::shared_ptr< fml::Mapping > > | shader_libraries_data |
| fml::UniqueFD | cache_directory |
| bool | enable_validation = false |
| bool | enable_gpu_tracing = false |
| bool | fatal_missing_validations = false |
| If validations are requested but cannot be enabled, log a fatal error. More... | |
Definition at line 46 of file context_vk.h.
|
default |
|
default |
| fml::UniqueFD impeller::ContextVK::Settings::cache_directory |
Definition at line 49 of file context_vk.h.
Referenced by impeller::PlaygroundImplVK::PlaygroundImplVK().
| bool impeller::ContextVK::Settings::enable_gpu_tracing = false |
Definition at line 51 of file context_vk.h.
| bool impeller::ContextVK::Settings::enable_validation = false |
Definition at line 50 of file context_vk.h.
Referenced by impeller::PlaygroundImplVK::PlaygroundImplVK(), and impeller::testing::TEST().
| bool impeller::ContextVK::Settings::fatal_missing_validations = false |
If validations are requested but cannot be enabled, log a fatal error.
Definition at line 53 of file context_vk.h.
Referenced by impeller::PlaygroundImplVK::PlaygroundImplVK(), and impeller::testing::TEST().
| PFN_vkGetInstanceProcAddr impeller::ContextVK::Settings::proc_address_callback = nullptr |
Definition at line 47 of file context_vk.h.
Referenced by impeller::PlaygroundImplVK::PlaygroundImplVK().
| std::vector<std::shared_ptr<fml::Mapping> > impeller::ContextVK::Settings::shader_libraries_data |
Definition at line 48 of file context_vk.h.
Referenced by impeller::PlaygroundImplVK::PlaygroundImplVK().