rlFramebufferAttach method
Implementation
void rlFramebufferAttach(
int fboId,
int texId,
int attachType,
int texType,
int mipLevel,
) {
return _rlFramebufferAttach(fboId, texId, attachType, texType, mipLevel);
}
void rlFramebufferAttach(
int fboId,
int texId,
int attachType,
int texType,
int mipLevel,
) {
return _rlFramebufferAttach(fboId, texId, attachType, texType, mipLevel);
}