PFNGLSTENCILOPSEPARATEPROC typedef

PFNGLSTENCILOPSEPARATEPROC = Void Function(Uint32 face, Uint32 sfail, Uint32 dpfail, Uint32 dppass)

Implementation

typedef PFNGLSTENCILOPSEPARATEPROC = Void Function(
    Uint32 face, Uint32 sfail, Uint32 dpfail, Uint32 dppass);