mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
gl: Remove pointless assert
This commit is contained in:
parent
9581e4ff98
commit
f382d54e9a
1 changed files with 0 additions and 1 deletions
|
@ -509,7 +509,6 @@ void gl::render_target::memory_barrier(gl::command_context& cmd, rsx::surface_ac
|
||||||
// Mem cast, generate typeless xfer info
|
// Mem cast, generate typeless xfer info
|
||||||
if (!formats_are_bitcast_compatible(this, src_texture))
|
if (!formats_are_bitcast_compatible(this, src_texture))
|
||||||
{
|
{
|
||||||
ensure(aspect() != src_texture->aspect());
|
|
||||||
typeless_info.src_is_typeless = true;
|
typeless_info.src_is_typeless = true;
|
||||||
typeless_info.src_context = rsx::texture_upload_context::framebuffer_storage;
|
typeless_info.src_context = rsx::texture_upload_context::framebuffer_storage;
|
||||||
typeless_info.src_native_format_override = static_cast<u32>(get_internal_format());
|
typeless_info.src_native_format_override = static_cast<u32>(get_internal_format());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue