We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ee867 commit ee8d785Copy full SHA for ee8d785
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
@@ -63,11 +63,11 @@ const ComputePipeline* PipelineCache::GetComputePipeline() {
63
return pipeline;
64
}
65
66
- // 0x3f84ec55ULL - Amplitude V_MOVRELD_B32
67
- // 0x28080e22ULL -
68
- // 0xc7f34c4fULL - Amplitude V_CMPX_LE_I32
69
- // 0x13a1d5fcULL -
70
- // 0xce54e4ddULL - Rock Band 4 V_MOVRELS_B32 - DO NOT USE, makes notes invisible
+// 0x3f84ec55ULL - Amplitude V_MOVRELD_B32
+// 0x28080e22ULL -
+// 0xc7f34c4fULL - Amplitude V_CMPX_LE_I32
+// 0x13a1d5fcULL -
+// 0xce54e4ddULL - Rock Band 4 V_MOVRELS_B32 - DO NOT USE, makes notes invisible
71
72
bool ShouldSkipShader(u64 shader_hash, const char* shader_type) {
73
static constexpr std::array<u64, 2> skip_hashes = {0x3f84ec55ULL, 0xc7f34c4fULL};
0 commit comments