glFramebufferTextureLayer function

  1. @JS()
void glFramebufferTextureLayer(
  1. JSObject gl,
  2. int target,
  3. int attachment,
  4. int texture,
  5. int level,
  6. int layer,
)

Implementation

@JS()
external void glFramebufferTextureLayer(JSObject gl, int target,int attachment, int texture,int level,int layer);