luxlabs header browser preview


@interface MTLTypeInternal : MTLType {
    unsigned long long _dataType;
}

- (id)formattedDescription:(unsigned long long)a0;
- (unsigned long long)dataType;
- (void)dealloc;
- (id)initWithDataType:(unsigned long long)a0;
- (id)description;
- (BOOL)isEqual:(id)a0;

@end