rlSetFramebufferWidth function

void rlSetFramebufferWidth(
  1. int width
)

See RaylibRlglFlatModule.rlSetFramebufferWidth.

Implementation

void rlSetFramebufferWidth(
  int width,
) => _module.rlSetFramebufferWidth(width);