PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef

PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC = Void Function(Uint32 target, Uint32 attachment, Uint32 texture, Int32 level, Int32 layer)

Implementation

typedef PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC =
    Void Function(
      Uint32 target,
      Uint32 attachment,
      Uint32 texture,
      Int32 level,
      Int32 layer,
    );