CVOpenGLBufferPool.inc 495 B

1234567891011121314151617181920212223242526272829
  1. { Parsed from Quartzcore.framework CVOpenGLBufferPool.h }
  2. {$ifdef TYPES}
  3. {$ifndef CVOPENGLBUFFERPOOL_PAS_T}
  4. {$define CVOPENGLBUFFERPOOL_PAS_T}
  5. {$endif}
  6. {$endif}
  7. {$ifdef RECORDS}
  8. {$ifndef CVOPENGLBUFFERPOOL_PAS_R}
  9. {$define CVOPENGLBUFFERPOOL_PAS_R}
  10. {$endif}
  11. {$endif}
  12. {$ifdef FUNCTIONS}
  13. {$ifndef CVOPENGLBUFFERPOOL_PAS_F}
  14. {$define CVOPENGLBUFFERPOOL_PAS_F}
  15. {$endif}
  16. {$endif}
  17. {$ifdef EXTERNAL_SYMBOLS}
  18. {$ifndef CVOPENGLBUFFERPOOL_PAS_S}
  19. {$define CVOPENGLBUFFERPOOL_PAS_S}
  20. {$endif}
  21. {$endif}