mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 17:38:07 +01:00
12 lines
215 B
C
12 lines
215 B
C
|
//
|
||
|
// texture_helper.h
|
||
|
// IntroOpenGL
|
||
|
//
|
||
|
// Created by Ilya Rimchikov on 11/03/14.
|
||
|
// Copyright (c) 2014 IntroOpenGL. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#include "platform_gl.h"
|
||
|
|
||
|
GLuint setup_texture(NSString *fileName);
|