gl: Fix image views broken after refactor
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user