Skip to content

Commit 30f9c6a

Browse files
Add missing public function declarations
1 parent 49f4cae commit 30f9c6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

projects/xcode5/GLSLOptimiser/GLSLOptimizerBridge.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ typedef NS_ENUM(NSUInteger, GLSLOptPrecision) {
7171
-(UInt32)inputCount;
7272
-(GLSLShaderVariableDescription *)inputDescription:(UInt32)index;
7373

74+
-(UInt32)uniformCount;
75+
-(UInt32)uniformTotalSize;
76+
-(GLSLShaderVariableDescription *)uniformDescription:(UInt32)index;
77+
78+
-(UInt32)textureCount;
79+
-(GLSLShaderVariableDescription *)textureDescription:(UInt32)index;
80+
7481
@end
7582

7683
@interface GLSLOptimizer: NSObject

0 commit comments

Comments
 (0)