1234567891011121314151617181920212223242526272829 |
- { Parsed from Quartzcore.framework CVOpenGLBufferPool.h }
- {$ifdef TYPES}
- {$ifndef CVOPENGLBUFFERPOOL_PAS_T}
- {$define CVOPENGLBUFFERPOOL_PAS_T}
- {$endif}
- {$endif}
- {$ifdef RECORDS}
- {$ifndef CVOPENGLBUFFERPOOL_PAS_R}
- {$define CVOPENGLBUFFERPOOL_PAS_R}
- {$endif}
- {$endif}
- {$ifdef FUNCTIONS}
- {$ifndef CVOPENGLBUFFERPOOL_PAS_F}
- {$define CVOPENGLBUFFERPOOL_PAS_F}
- {$endif}
- {$endif}
- {$ifdef EXTERNAL_SYMBOLS}
- {$ifndef CVOPENGLBUFFERPOOL_PAS_S}
- {$define CVOPENGLBUFFERPOOL_PAS_S}
- {$endif}
- {$endif}
|