Documentation

nvg::RoundedRect

Function

void nvg::RoundedRect(float x, float y, float w, float h, float r)

float x

float y

float w

float h

float r

void nvg::RoundedRect(const vec2&in pos, const vec2&in size, float r)

vec2 pos

vec2 size

float r