|
Oolite 1.91.0.7712-251017-85ce217
|
Instance Methods | |
| (float) | - floatMethod |
| (double) | - doubleMethod |
| (signed char) | - signedCharMethod |
| (unsigned char) | - unsignedCharMethod |
| (signed short) | - signedShortMethod |
| (unsigned short) | - unsignedShortMethod |
| (signed int) | - signedIntMethod |
| (unsigned int) | - unsignedIntMethod |
| (signed long) | - signedLongMethod |
| (unsigned long) | - unsignedLongMethod |
| (Vector) | - vectorMethod |
| (HPVector) | - hpvectorMethod |
| (Quaternion) | - quaternionMethod |
| (OOMatrix) | - matrixMethod |
| (NSPoint) | - pointMethod |
| (id) | - idMethod |
Definition at line 81 of file OOShaderUniformMethodType.m.
| - (double) doubleMethod |
Definition at line 201 of file OOShaderUniformMethodType.m.
References doubleMethod.
Referenced by doubleMethod, and InitTemplates().
| - (float) floatMethod |
Definition at line 195 of file OOShaderUniformMethodType.m.
References floatMethod.
Referenced by floatMethod, and InitTemplates().
| - (HPVector) hpvectorMethod |
Definition at line 214 of file OOShaderUniformMethodType.m.
References hpvectorMethod.
Referenced by hpvectorMethod, InitTemplates(), and signedCharMethod.
| - (id) idMethod |
Definition at line 240 of file OOShaderUniformMethodType.m.
Referenced by idMethod, and InitTemplates().
| - (OOMatrix) matrixMethod |
Definition at line 228 of file OOShaderUniformMethodType.m.
References kZeroMatrix, and matrixMethod.
Referenced by InitTemplates(), matrixMethod, and signedCharMethod.
| - (NSPoint) pointMethod |
Definition at line 234 of file OOShaderUniformMethodType.m.
References pointMethod.
Referenced by InitTemplates(), pointMethod, and signedCharMethod.
| - (Quaternion) quaternionMethod |
Definition at line 221 of file OOShaderUniformMethodType.m.
References quaternionMethod.
Referenced by InitTemplates(), quaternionMethod, and signedCharMethod.
| - (signed char) signedCharMethod |
References hpvectorMethod, int(), long(), matrixMethod, pointMethod, quaternionMethod, signedCharMethod, signedIntMethod, signedLongMethod, signedShortMethod, unsignedCharMethod, unsignedIntMethod, unsignedLongMethod, unsignedShortMethod, and vectorMethod.
Referenced by InitTemplates(), and signedCharMethod.
| - (signed int) signedIntMethod |
Definition at line 171 of file OOShaderUniformMethodType.m.
References int(), and signedIntMethod.
Referenced by InitTemplates(), signedCharMethod, and signedIntMethod.
| - (signed long) signedLongMethod |
Definition at line 183 of file OOShaderUniformMethodType.m.
References long(), and signedLongMethod.
Referenced by InitTemplates(), signedCharMethod, and signedLongMethod.
| - (signed short) signedShortMethod |
Definition at line 159 of file OOShaderUniformMethodType.m.
References signedShortMethod.
Referenced by InitTemplates(), signedCharMethod, and signedShortMethod.
| - (unsigned char) unsignedCharMethod |
Definition at line 153 of file OOShaderUniformMethodType.m.
References unsignedCharMethod.
Referenced by InitTemplates(), signedCharMethod, and unsignedCharMethod.
| - (unsigned int) unsignedIntMethod |
Definition at line 177 of file OOShaderUniformMethodType.m.
References int(), and unsignedIntMethod.
Referenced by InitTemplates(), signedCharMethod, and unsignedIntMethod.
| - (unsigned long) unsignedLongMethod |
Definition at line 189 of file OOShaderUniformMethodType.m.
References long(), and unsignedLongMethod.
Referenced by InitTemplates(), signedCharMethod, and unsignedLongMethod.
| - (unsigned short) unsignedShortMethod |
Definition at line 165 of file OOShaderUniformMethodType.m.
References unsignedShortMethod.
Referenced by InitTemplates(), signedCharMethod, and unsignedShortMethod.
| - (Vector) vectorMethod |
Definition at line 207 of file OOShaderUniformMethodType.m.
References vectorMethod.
Referenced by InitTemplates(), signedCharMethod, and vectorMethod.