rlSetFramebufferWidth method
Set current framebuffer width
Implementation
void rlSetFramebufferWidth(
num width,
) => run(
() => _debugLabels.rlSetFramebufferWidth(width),
() => _flat.rlSetFramebufferWidth(
width.toInt(),
),
);
Set current framebuffer width
void rlSetFramebufferWidth(
num width,
) => run(
() => _debugLabels.rlSetFramebufferWidth(width),
() => _flat.rlSetFramebufferWidth(
width.toInt(),
),
);