mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Fixes to MeshDrawer2D; Missing declarations make MSVC sad.
This commit is contained in:
parent
48918928c8
commit
acb8427feb
@ -73,6 +73,20 @@ PUBLISHED:
|
||||
float u, float v, float us, float vs,
|
||||
LVector4f color);
|
||||
|
||||
void rectangle_border(
|
||||
float x, float y, float w, float h,
|
||||
float r, float t, float l, float b,
|
||||
float tr, float tt, float tl, float tb,
|
||||
float u, float v, float us, float vs,
|
||||
LVector4f color);
|
||||
|
||||
void rectangle_border_tiled(
|
||||
float x, float y, float w, float h,
|
||||
float r, float t, float l, float b,
|
||||
float tr, float tt, float tl, float tb,
|
||||
float u, float v, float us, float vs,
|
||||
LVector4f color);
|
||||
|
||||
void rectangle_tiled(
|
||||
float x, float y, float w, float h,
|
||||
float u, float v, float us, float vs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user