Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid binding of WebGLRenderingContext.getShaderParameter #1772

Closed
DartBot opened this issue Feb 20, 2012 · 6 comments
Closed

Invalid binding of WebGLRenderingContext.getShaderParameter #1772

DartBot opened this issue Feb 20, 2012 · 6 comments

Comments

@DartBot
Copy link

DartBot commented Feb 20, 2012

This issue was originally filed by kvarku...@gmail.com


What steps will reproduce the problem?
"gl.getShaderParameter( some_GL_object_handle, WebGLRenderingContext.COMPILE_STATUS );"

What is the expected output? What do you see instead?
"getShaderParameter" should return a boolean.

What version of the product are you using? On what operating system?
Dart-SDK binary rev 4373, Mac OS 10.7

JS stack trace:

Uncaught TypeError: Cannot call method 'apply' of undefined
$dynamicBindtest.dart.js:1263
LevelDom.wrapObjecttest.dart.js:8488
WebGLRenderingContextWrappingImplementation.getShaderParametertest.dart.js:6673
Unittest.dart.js:11554
Unit.vertex$ctortest.dart.js:11561
App.runtest.dart.js:11837
maintest.dart.js:11887
(anonymous function)

@DartBot
Copy link
Author

DartBot commented Feb 20, 2012

This comment was originally written by kvarku...@gmail.com


Forgot to mention: this binding crashes in "dark:html" but works correctly in "dark:dom".

@DartBot
Copy link
Author

DartBot commented Feb 20, 2012

This comment was originally written by kvarku...@gmail.com


The same goes for "gl.getProgramParameter( some_GL_program_handle, WebGLRenderingContext.LINK_STATUS );"

@sethladd
Copy link
Contributor

Added Area-UI, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Mar 11, 2012

This comment was originally written by kva...@gmail.com


Issue is fixed in rev 5209.

@vsmenon
Copy link
Member

vsmenon commented Apr 13, 2012

Removed Area-UI label.
Added Area-DOM label.

@vsmenon
Copy link
Member

vsmenon commented Jul 11, 2012

Added Fixed label.

copybara-service bot pushed a commit that referenced this issue Nov 7, 2022
… webdev

Revisions updated by `dart tools/rev_sdk_deps.dart`.

crypto (https://github.com/dart-lang/crypto/compare/7cf89d3..e175a95):
  e175a95  2022-11-03  Devon Carew  refactor tests to use a more compact encoding (#134)

dartdoc (https://github.com/dart-lang/dartdoc/compare/179ada0..4b2e01b):
  4b2e01b6  2022-11-03  Sam Rawlins  Deprecate many elements on ModelElement (#3218)
  60cc024a  2022-11-03  Sam Rawlins  Make some logging APIs non-nullable (#3245)
  01c55118  2022-11-03  István Soós  Command-line arguments for limit max file count or total size. (#3231)

file (https://github.com/google/file.dart/compare/b2e31cb..b768f79):
  b768f79  2022-11-07  Devon Carew  add dependabot; run the CI weekly (#203)

intl (https://github.com/dart-lang/intl/compare/dda8ade..442193c):
  442193c  2022-11-07  Fernando Andrade  Fix typo on readme (#506)

shelf (https://github.com/dart-lang/shelf/compare/592656f..5fd2593):
  5fd2593  2022-11-07  Kevin Moore  latest mono_repo
  d1d8dc5  2022-11-07  Kevin Moore  shelf: fix lints (#307)
  64255e5  2022-11-03  Nate Bosch  Prepare to publish shelf_web_socket (#305)

test (https://github.com/dart-lang/test/compare/173a36f..f3fb3ab):
  f3fb3ab6  2022-11-05  stnamco  add lack of description to configuration document (#1782)

test_descriptor (https://github.com/dart-lang/test_descriptor/compare/66f14ce..13dbc20):
  13dbc20  2022-11-07  Kevin Moore  update lints (#45)

webdev (https://github.com/dart-lang/webdev/compare/069b870..47c1c33):
  47c1c33  2022-11-04  Anna Gringauze  Added issue references and removed unused library (#1752)
  542db40  2022-11-04  Anna Gringauze  Update analysis options in dwds (#1777)
  1a36ec8  2022-11-03  Elliott Brooks (she/her)  Send debug info from injected client to the debug extension (#1772)

Change-Id: I65dca831c71fa9487d663cc2a808b78b64424072
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/268360
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants