PFNGLTEXTUREVIEWPROC typedef

PFNGLTEXTUREVIEWPROC = Void Function(Uint32 texture, Uint32 target, Uint32 origtexture, Uint32 internalformat, Uint32 minlevel, Uint32 numlevels, Uint32 minlayer, Uint32 numlayers)

Implementation

typedef PFNGLTEXTUREVIEWPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 origtexture,
      Uint32 internalformat,
      Uint32 minlevel,
      Uint32 numlevels,
      Uint32 minlayer,
      Uint32 numlayers,
    );