GlRenderbufferStorageNative typedef

GlRenderbufferStorageNative = Void Function(Uint32 target, Uint32 internalformat, Int32 width, Int32 height)

Implementation

typedef GlRenderbufferStorageNative = Void Function(
    Uint32 target, Uint32 internalformat, Int32 width, Int32 height);