-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- WebGL Startup
- gl.bindBuffer(WebGLRenderingContext.ARRAY_BUFFER, null) or
gl.bindTexture(WebGLRenderingContext.TEXTURE_2D, null);
What is the expected output? What do you see instead?
I expect clear flow...
but output is
Exception: Invalid class: expected instance of WebGLTextureImplementation
Stack Trace: 0. Function: 'WebGLRenderingContextImplementation._bindTexture@fae6c99' url: 'e:\b\build\slave\dartium-win-full\build\src\build\Release\obj\global_intermediate\webkit\bindings\dart\dart\WebGLRenderingContextImplementation.dart' line:8 col:180
1. Function: 'WebGLRenderingContextImplementation.bindTexture' url: 'e:\b\build\slave\dartium-win-full\build\src\build\Release\obj\global_intermediate\webkit\bindings\dart\dart\WebGLRenderingContextImplementation.dart' line:8 col:36
2. Function: '[email protected]' url: 'e:\b\build\slave\dartium-win-full\build\src\build\Release\obj\global_intermediate\webkit\bindings\dart\html\dartium\WebGLRenderingContext.dart' line:2 col:894
3. Function: 'Texture.function' url: 'http://127.0.0.1:3030/E:/Works/Halak/zxcv/dart/Graphics/Texture-web.dart' line:50 col:21
4. Function: 'EventListenerListImplementation.function' url: 'e:\b\build\slave\dartium-win-full\build\src\dart\lib\dom\src\native_EventsImplementation.dart' line:18 col:122
What version of the product are you using? On what operating system?
Windows 7 32bit
Please provide any additional information below.