rlFramebufferAttach function
See RaylibRlglFlatModule.rlFramebufferAttach.
Implementation
void rlFramebufferAttach(
int fboId,
int texId,
int attachType,
int texType,
int mipLevel,
) => _module.rlFramebufferAttach(fboId, texId, attachType, texType, mipLevel);