Banuba SDK
libs
djinni
generated
objc
BNBEglContext.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from utils.djinni
3
4
#import <Foundation/Foundation.h>
5
@class
BNBEglContext
;
6
7
8
9
#ifndef DJINNI_EXPORT
10
#define DJINNI_EXPORT __attribute__((__visibility__("default")))
11
#endif
12
13
DJINNI_EXPORT
14
@interface
BNBEglContext
: NSObject
15
16
+ (nullable
BNBEglContext
*)create:(int32_t)width
17
height:(int32_t)height;
18
19
- (BOOL)
check
;
20
21
- (void)
activate
;
22
23
- (void)
deactivate
;
24
25
@end
-[BNBEglContext deactivate]
void deactivate()
DJINNI_EXPORT
#define DJINNI_EXPORT
Definition:
BNBEglContext.h:10
-[BNBEglContext activate]
void activate()
BNBEglContext
Definition:
BNBEglContext.h:14
-[BNBEglContext check]
BOOL check()
Generated by
1.8.17