diff options
| author | 2023-08-01 19:43:22 -0400 | |
|---|---|---|
| committer | 2023-08-06 14:54:57 -0400 | |
| commit | 3494fce86467878cd62a2faf54da2958b7495a17 (patch) | |
| tree | f913a27725567fdf4ee5eabfe8db659f24aea97d /src | |
| parent | const, pack result_vector and replicate tables, (diff) | |
| download | yuzu-3494fce86467878cd62a2faf54da2958b7495a17.tar.gz yuzu-3494fce86467878cd62a2faf54da2958b7495a17.tar.xz yuzu-3494fce86467878cd62a2faf54da2958b7495a17.zip | |
gl
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/util_shaders.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/util_shaders.cpp b/src/video_core/renderer_opengl/util_shaders.cpp index 544982d18..c437013e6 100644 --- a/src/video_core/renderer_opengl/util_shaders.cpp +++ b/src/video_core/renderer_opengl/util_shaders.cpp | |||
| @@ -68,6 +68,7 @@ void UtilShaders::ASTCDecode(Image& image, const StagingBufferMap& map, | |||
| 68 | std::span<const VideoCommon::SwizzleParameters> swizzles) { | 68 | std::span<const VideoCommon::SwizzleParameters> swizzles) { |
| 69 | static constexpr GLuint BINDING_INPUT_BUFFER = 0; | 69 | static constexpr GLuint BINDING_INPUT_BUFFER = 0; |
| 70 | static constexpr GLuint BINDING_OUTPUT_IMAGE = 0; | 70 | static constexpr GLuint BINDING_OUTPUT_IMAGE = 0; |
| 71 | program_manager.LocalMemoryWarmup(); | ||
| 71 | 72 | ||
| 72 | const Extent2D tile_size{ | 73 | const Extent2D tile_size{ |
| 73 | .width = VideoCore::Surface::DefaultBlockWidth(image.info.format), | 74 | .width = VideoCore::Surface::DefaultBlockWidth(image.info.format), |