uniform1f method
- @DomName('WebGLRenderingContext.uniform1f')
- @DocsEditable()
Source
@DomName('WebGLRenderingContext.uniform1f') @DocsEditable() void uniform1f(UniformLocation location, num x) => _blink.BlinkWebGLRenderingContext.instance .uniform1f_Callback_2_(this, location, x);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-web_gl/RenderingContext/uniform1f.html