mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-09 22:13:38 +00:00
clang-tidy: remove redundant "apply_swizzle_remap" declaration
This commit is contained in:
parent
d7bb59cd99
commit
c4cff9b543
@ -33,8 +33,6 @@ namespace gl
|
||||
void upload_texture(GLuint id, u32 texaddr, u32 gcm_format, u16 width, u16 height, u16 depth, u16 mipmaps, bool is_swizzled, rsx::texture_dimension_extended type,
|
||||
const std::vector<rsx_subresource_layout>& subresources_layout);
|
||||
|
||||
std::array<GLenum, 4> apply_swizzle_remap(const std::array<GLenum, 4>& swizzle_remap, const std::pair<std::array<u8, 4>, std::array<u8, 4>>& decoded_remap);
|
||||
|
||||
class sampler_state
|
||||
{
|
||||
GLuint samplerHandle = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user