mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-28 14:19:52 -06:00
gl: Remove pointless assert
This commit is contained in:
parent
9581e4ff98
commit
f382d54e9a
@ -509,7 +509,6 @@ void gl::render_target::memory_barrier(gl::command_context& cmd, rsx::surface_ac
|
||||
// Mem cast, generate typeless xfer info
|
||||
if (!formats_are_bitcast_compatible(this, src_texture))
|
||||
{
|
||||
ensure(aspect() != src_texture->aspect());
|
||||
typeless_info.src_is_typeless = true;
|
||||
typeless_info.src_context = rsx::texture_upload_context::framebuffer_storage;
|
||||
typeless_info.src_native_format_override = static_cast<u32>(get_internal_format());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user