rlBindFramebuffer abstract method

void rlBindFramebuffer(
  1. int target,
  2. int framebuffer
)

Bind framebuffer (FBO)

Implementation

void rlBindFramebuffer(
  int target,
  int framebuffer,
);