mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 00:46:25 +00:00
GPU: Special case to avoid assert on GenerateMipmaps (#12995)
This commit is contained in:
@@ -66,6 +66,8 @@ typedef struct CommandBufferCommonHeader
|
||||
Pass copy_pass;
|
||||
bool swapchain_texture_acquired;
|
||||
bool submitted;
|
||||
// used to avoid tripping assert on GenerateMipmaps
|
||||
bool ignore_render_pass_texture_validation;
|
||||
} CommandBufferCommonHeader;
|
||||
|
||||
typedef struct TextureCommonHeader
|
||||
|
Reference in New Issue
Block a user