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