menu
flgl package
documentation
openGL/bindings/gles_bindings.dart
LibOpenGLES
glBindSampler method
glBindSampler method
dark_mode
light_mode
glBindSampler
method
void
glBindSampler
(
int
unit
,
int
sampler
)
Implementation
void glBindSampler( int unit, int sampler, ) { return _glBindSampler( unit, sampler, ); }
flgl package
documentation
openGL/bindings/gles_bindings
LibOpenGLES
glBindSampler method
LibOpenGLES class