Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBShaderSource Class Reference

#import <BNBShaderSource.h>

Inheritance diagram for BNBShaderSource:

Instance Methods

(nonnull instancetype) - initWithVs:fs:
 

Class Methods

(nonnull instancetype) + shaderSourceWithVs:fs:
 

Properties

NSString * vs
 
NSString * fs
 

Detailed Description

Definition at line 12 of file BNBShaderSource.h.

Method Documentation

◆ initWithVs:fs:

- (nonnull instancetype) initWithVs: (nonnull NSString *)  vs
fs: (nonnull NSString *)  fs 

◆ shaderSourceWithVs:fs:

+ (nonnull instancetype) shaderSourceWithVs: (nonnull NSString *)  vs
fs: (nonnull NSString *)  fs 

Property Documentation

◆ fs

- (NSString*) fs
readnonatomicassign

Definition at line 20 of file BNBShaderSource.h.

◆ vs

- (NSString*) vs
readnonatomicassign

Definition at line 18 of file BNBShaderSource.h.


The documentation for this class was generated from the following file: