getFramebufferAttachmentParameter method

  1. @Creates('int|Renderbuffer|Texture|Null')
  2. @Returns('int|Renderbuffer|Texture|Null')
Object? getFramebufferAttachmentParameter (
  1. int target,
  2. int attachment,
  3. 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;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-web_gl/RenderingContext/getFramebufferAttachmentParameter.html