- Dart
- dart:web_gl
- RenderingContext
- getBufferParameter method
getBufferParameter method
- @Creates('int|Null')
- @Returns('int|Null')
Object
getBufferParameter
(int target, int pname)
@Creates('int|Null'), @Returns('int|Null')
Implementation
@Creates('int|Null')
@Returns('int|Null')
Object getBufferParameter(int target, int pname) native;