Merge pull request #55020 from bruvzg/vlk_device_surface_check

This commit is contained in:
Rémi Verschelde
2022-01-17 13:34:23 +01:00
committed by GitHub
5 changed files with 219 additions and 124 deletions

View File

@ -186,6 +186,10 @@ bool Engine::is_abort_on_gpu_errors_enabled() const {
return abort_on_gpu_errors;
}
int32_t Engine::get_gpu_index() const {
return gpu_idx;
}
bool Engine::is_validation_layers_enabled() const {
return use_validation_layers;
}