PFNGLSTENCILOPPROC typedef

PFNGLSTENCILOPPROC = Void Function(Uint32 fail, Uint32 zfail, Uint32 zpass)

Implementation

typedef PFNGLSTENCILOPPROC =
    Void Function(Uint32 fail, Uint32 zfail, Uint32 zpass);