mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
15 lines
290 B
Objective-C
15 lines
290 B
Objective-C
//
|
|
// texture_helper.h
|
|
// IntroOpenGL
|
|
//
|
|
// Created by Ilya Rimchikov on 11/03/14.
|
|
// Copyright (c) 2014 IntroOpenGL. All rights reserved.
|
|
//
|
|
|
|
#include "platform_gl.h"
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
GLuint setup_texture(NSString *fileName, UIColor *color);
|