AcademySoftwareFoundation / openfx

OpenFX effects API
Other
410 stars 120 forks source link

Add OpenCL Image support to the updated GPU rendering extension: #140

Closed SonyDennisAdams closed 7 months ago

SonyDennisAdams commented 8 months ago
fxtech commented 7 months ago

When I tried to build MacOS on the gpu-gain-example branch I get this error:

CMake Error at CMakeLists.txt:51 (find_package):
  By not providing "Findopengl_system.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "opengl_system", but CMake did not find one.

  Could not find a package configuration file provided by "opengl_system"
  with any of the following names:

    opengl_systemConfig.cmake
    opengl_system-config.cmake

  Add the installation prefix of "opengl_system" to CMAKE_PREFIX_PATH or set
  "opengl_system_DIR" to a directory containing one of the above files.  If
  "opengl_system" provides a separate development package or SDK, be sure it
  has been installed.
revisionfx commented 7 months ago

Would it be possible to add a property that states if the OpenCL Image is backed by an OpenGL texture? There is one host for example that supports OpenCL but not OpenGL... Also can a plugin report based on parameter state it does not support OpenCL now just OpenGL... ?