GlTextureStorage2DMultisampleEXT typedef

GlTextureStorage2DMultisampleEXT = void Function(int texture, int target, int samples, int internalformat, int width, int height, int fixedsamplelocations)

Implementation

typedef GlTextureStorage2DMultisampleEXT = void Function(
    int texture,
    int target,
    int samples,
    int internalformat,
    int width,
    int height,
    int fixedsamplelocations);