Ilya Laktyushin 347bed0fc4 Settings & FAQ Search
Profile Photo & Forward Privacy Settings
Compact Landscape Video UI
Various UI fixes
2019-03-13 02:18:00 +03:00

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);