Dart
dart:web_gl
RenderingContext2
stencilFunc method
description
stencilFunc method
void
stencilFunc
(
int
func
,
int
ref
,
int
mask
)
Implementation
void
stencilFunc(
int
func,
int
ref,
int
mask) native;