mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
14 lines
250 B
Objective-C
14 lines
250 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>
|
|
|
|
GLuint setup_texture(NSString *fileName);
|