PFNGLNAMEDFRAMEBUFFERTEXTURE3DEXTPROC typedef

PFNGLNAMEDFRAMEBUFFERTEXTURE3DEXTPROC = Void Function(Uint32 framebuffer, Uint32 attachment, Uint32 textarget, Uint32 texture, Int32 level, Int32 zoffset)

Implementation

typedef PFNGLNAMEDFRAMEBUFFERTEXTURE3DEXTPROC =
    Void Function(
      Uint32 framebuffer,
      Uint32 attachment,
      Uint32 textarget,
      Uint32 texture,
      Int32 level,
      Int32 zoffset,
    );