mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Cleanup
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "program.h"
|
||||
#include "platform_gl.h"
|
||||
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
TextureProgram get_texture_program(GLuint program)
|
||||
{
|
||||
@@ -33,3 +34,5 @@ GradientProgram get_gradient_program(GLuint program)
|
||||
glGetAttribLocation(program, "a_Color"),
|
||||
glGetUniformLocation(program, "u_Alpha")};
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user