"Merge Tagged PR 11149"

This commit is contained in:
yuzubot 2023-08-19 12:03:18 +00:00
parent c1d49ad11a
commit 75f5d96eae
2 changed files with 483 additions and 564 deletions

File diff suppressed because it is too large Load diff

View file

@ -68,6 +68,7 @@ void UtilShaders::ASTCDecode(Image& image, const StagingBufferMap& map,
std::span<const VideoCommon::SwizzleParameters> swizzles) {
static constexpr GLuint BINDING_INPUT_BUFFER = 0;
static constexpr GLuint BINDING_OUTPUT_IMAGE = 0;
program_manager.LocalMemoryWarmup();
const Extent2D tile_size{
.width = VideoCore::Surface::DefaultBlockWidth(image.info.format),