createShader method

  1. @DomName('WebGLRenderingContext.createShader')
  2. @DocsEditable()
Shader createShader(int type)

Source

@DomName('WebGLRenderingContext.createShader')
@DocsEditable()
Shader createShader(int type) => _blink.BlinkWebGLRenderingContext.instance
    .createShader_Callback_1_(this, type);

© 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/createShader.html