• Alexander Alekhin's avatar
    ocl: refactor Program API · a82d2363
    Alexander Alekhin authored
    - don't store ProgramSource in compiled Programs (resolved problem with "source" buffers lifetime)
    - completelly remove Program::read/write methods implementation:
      - replaced with method to query RAW OpenCL binary without any "custom" data
    - deprecate Program::getPrefix() methods
    a82d2363
ocl.hpp 31.3 KB