Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/BIF_glutil.h
| Context not available. | |||||
| /* use this version when VertexFormat has a vec3 position */ | /* use this version when VertexFormat has a vec3 position */ | ||||
| void imm_draw_line_box_3D(unsigned pos, float x1, float y1, float x2, float y2); | void imm_draw_line_box_3D(unsigned pos, float x1, float y1, float x2, float y2); | ||||
| void imm_draw_line(unsigned pos, float x1, float y1, float x2, float y2); | |||||
| /** | /** | ||||
| * Pack color into 3 bytes | * Pack color into 3 bytes | ||||
| * | * | ||||
| Context not available. | |||||