Add support for GLSL source-level debugging with RenderDoc (--generate-spirv-debug-info)
This commit is contained in:
parent
4714e95896
commit
80a36ff985
5 changed files with 25 additions and 18 deletions
|
|
@ -239,6 +239,10 @@ bool Engine::is_validation_layers_enabled() const {
|
|||
return use_validation_layers;
|
||||
}
|
||||
|
||||
bool Engine::is_generate_spirv_debug_info_enabled() const {
|
||||
return generate_spirv_debug_info;
|
||||
}
|
||||
|
||||
void Engine::set_print_error_messages(bool p_enabled) {
|
||||
CoreGlobals::print_error_enabled = p_enabled;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue