PFNGLCOPYIMAGESUBDATANVPROCDart typedef

PFNGLCOPYIMAGESUBDATANVPROCDart = void Function(int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth)

Implementation

typedef PFNGLCOPYIMAGESUBDATANVPROCDart =
    void Function(
      int srcName,
      int srcTarget,
      int srcLevel,
      int srcX,
      int srcY,
      int srcZ,
      int dstName,
      int dstTarget,
      int dstLevel,
      int dstX,
      int dstY,
      int dstZ,
      int width,
      int height,
      int depth,
    );