Browse Source
vk_shader_decompiler: Reduce YNegate's severity
pull/15/merge
ReinUsesLisp
6 years ago
No known key found for this signature in database
GPG Key ID: 2DFC508897B39CFE
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_shader_decompiler.cpp
|
|
|
@ -1920,7 +1920,7 @@ private: |
|
|
|
} |
|
|
|
|
|
|
|
Expression YNegate(Operation) { |
|
|
|
UNIMPLEMENTED(); |
|
|
|
LOG_WARNING(Render_Vulkan, "(STUBBED)"); |
|
|
|
return {Constant(t_float, 1.0f), Type::Float}; |
|
|
|
} |
|
|
|
|
|
|
|
|