MaranBr
3 months ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
1 additions and
8 deletions
src/qt_common/shared_translation.cpp
src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp
@ -296,9 +296,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
INSERT ( Settings ,
INSERT ( Settings ,
use_asynchronous_shaders ,
use_asynchronous_shaders ,
tr ( " Use asynchronous shader building (Hack) " ) ,
tr ( " Use asynchronous shader building (Hack) " ) ,
tr ( " Enables asynchronous shader compilation, which may reduce shader stutter. \n This "
" feature "
" is experimental. " ) ) ;
tr ( " Enables asynchronous shader compilation, which may reduce shader stutter. " ) ) ;
INSERT ( Settings , use_fast_gpu_time , QString ( ) , QString ( ) ) ;
INSERT ( Settings , use_fast_gpu_time , QString ( ) , QString ( ) ) ;
INSERT ( Settings ,
INSERT ( Settings ,
fast_gpu_time ,
fast_gpu_time ,
@ -896,11 +896,6 @@ void GraphicsPipeline::MakePipeline(VkRenderPass render_pass) {
. pName = " main " ,
. pName = " main " ,
. pSpecializationInfo = nullptr ,
. pSpecializationInfo = nullptr ,
} ) ;
} ) ;
/*
if ( program [ stage ] - > entries . uses_warps & & device . IsGuestWarpSizeSupported ( stage_ci . stage ) ) {
stage_ci . pNext = & subgroup_size_ci ;
}
*/
}
}
VkPipelineCreateFlags flags { } ;
VkPipelineCreateFlags flags { } ;
if ( device . IsKhrPipelineExecutablePropertiesEnabled ( ) & & Settings : : values . renderer_debug . GetValue ( ) ) {
if ( device . IsKhrPipelineExecutablePropertiesEnabled ( ) & & Settings : : values . renderer_debug . GetValue ( ) ) {