PFNGLSTENCILFUNCPROC typedef

PFNGLSTENCILFUNCPROC = Void Function(Uint32 func, Int32 ref, Uint32 mask)

Implementation

typedef PFNGLSTENCILFUNCPROC =
    Void Function(Uint32 func, Int32 ref, Uint32 mask);