PFNGLNAMEDRENDERBUFFERSTORAGEEXTPROC typedef

PFNGLNAMEDRENDERBUFFERSTORAGEEXTPROC = Void Function(Uint32 renderbuffer, Uint32 internalformat, Uint32 width, Uint32 height)

Implementation

typedef PFNGLNAMEDRENDERBUFFERSTORAGEEXTPROC =
    Void Function(
      Uint32 renderbuffer,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
    );