mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
gl: Fix image views broken after refactor
This commit is contained in:
parent
0894d2886a
commit
98b6783c05
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ namespace gl
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void texture_view::create(texture* data, GLenum target, GLuint min_level, GLuint num_levels, GLenum sized_format, GLenum aspect_flags, const GLenum* argb_swizzle)
|
void texture_view::create(texture* data, GLenum target, GLenum sized_format, GLuint min_level, GLuint num_levels, GLenum aspect_flags, const GLenum* argb_swizzle)
|
||||||
{
|
{
|
||||||
m_target = target;
|
m_target = target;
|
||||||
m_format = sizedfmt_to_ifmt(sized_format);
|
m_format = sizedfmt_to_ifmt(sized_format);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue