PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC typedef

PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC = Void Function(Uint32 target, Uint32 attachment, Uint32 texture, Int32 level, Int32 baseViewIndex, Uint32 numViews)

Implementation

typedef PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC =
    Void Function(
      Uint32 target,
      Uint32 attachment,
      Uint32 texture,
      Int32 level,
      Int32 baseViewIndex,
      Uint32 numViews,
    );