PFNGLTEXTURESTORAGE3DPROC typedef

PFNGLTEXTURESTORAGE3DPROC = Void Function(Uint32 texture, Int32 levels, Uint32 internalformat, Int32 width, Int32 height, Int32 depth)

Implementation

typedef PFNGLTEXTURESTORAGE3DPROC = Void Function(Uint32 texture, Int32 levels,
    Uint32 internalformat, Int32 width, Int32 height, Int32 depth);