Banuba SDK
BNBShaderSource.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 #ifndef DJINNI_EXPORT
8  #define DJINNI_EXPORT __attribute__((__visibility__("default")))
9 #endif
10 
12 @interface BNBShaderSource : NSObject
13 - (nonnull instancetype)initWithVs:(nonnull NSString *)vs
14  fs:(nonnull NSString *)fs;
15 + (nonnull instancetype)shaderSourceWithVs:(nonnull NSString *)vs
16  fs:(nonnull NSString *)fs;
17 
18 @property (nonatomic, readonly, nonnull) NSString * vs;
19 
20 @property (nonatomic, readonly, nonnull) NSString * fs;
21 
22 @end
BNBShaderSource::fs
NSString * fs
Definition: BNBShaderSource.h:20
BNBShaderSource::vs
NSString * vs
Definition: BNBShaderSource.h:18
DJINNI_EXPORT
#define DJINNI_EXPORT
Definition: BNBShaderSource.h:8
BNBShaderSource
Definition: BNBShaderSource.h:12