Module notzed.zcl
Package au.notzed.zcl

Interface CLNativeKernel


public interface CLNativeKernel
Native kernel as passed to CLCommandQueue.enqueueNativeKernel.
  • Method Summary

    Modifier and Type Method Description
    void invoke​(java.lang.Object[] args)
    Native kernel entry point.
  • Method Details

    • invoke

      void invoke​(java.lang.Object[] args)
      Native kernel entry point.
      Parameters:
      args - arguments, with any CLMemory objects replaced with ByteBuffer.