|
mode_t | points () |
|
mode_t | lines () |
|
mode_t | line_loop () |
|
mode_t | line_strip () |
|
mode_t | triangles () |
|
mode_t | triangle_strip () |
|
mode_t | triangle_fan () |
|
bool | is_mode (mode_t a_mode) |
|
bool | is_line (mode_t a_mode) |
|
void | cvt_2to3 (size_t a_npt, const float *a_xys, float *&a_xyzs) |
|
void | triangle_fan_to_triangles (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | triangle_fan_to_triangles_texture (size_t a_npt, const float *a_xyzs, const float *a_tcs, float *&a_pxyzs, float *&a_ptcs) |
|
void | triangle_strip_to_triangles (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | triangle_strip_to_triangles_texture (size_t a_npt, const float *a_xyzs, const float *a_tcs, float *&a_pxyzs, float *&a_ptcs) |
|
void | triangle_fan_to_triangles_nms (size_t a_npt, const float *a_xyzs, const float *a_nms, float *&a_pxyzs, float *&a_pnms) |
|
void | triangle_strip_to_triangles_nms (size_t a_npt, const float *a_xyzs, const float *a_nms, float *&a_pxyzs, float *&a_pnms) |
|
void | triangle_fan_to_triangles_2to3 (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | triangle_strip_to_triangles_2to3 (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | line_strip_to_lines_2to3 (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | line_strip_to_lines (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | line_loop_to_lines (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | line_loop_to_line_strip (size_t a_npt, const float *a_xyzs, float *&a_pxyzs) |
|
void | triangle_fan_to_triangles_2to3 (size_t a_npt, const float *a_xyzs, float a_r, float a_g, float a_b, float a_a, float *&a_pxyz_rgbas) |
| for DirectX_action : More...
|
|
void | triangle_fan_to_triangles (size_t a_npt, const float *a_xyzs, float a_r, float a_g, float a_b, float a_a, float *&a_pxyz_rgbas) |
|