Exemplo n.º 1
0
 public void StencilFunc(CompareEnum func, int reference, uint mask)
 {
     GlBindings.glStencilFunc(func, reference, mask);
 }