48 INLINE
void set_frame(PN_stdfloat left, PN_stdfloat right, PN_stdfloat bottom, PN_stdfloat top);
53 INLINE
void set_color(PN_stdfloat r, PN_stdfloat g, PN_stdfloat b, PN_stdfloat a);
67 LVertex _ul_tex, _ll_tex, _lr_tex, _ur_tex;
Represents a texture object, which is typically a single 2-d image but may also represent a 1-d or 3-...