Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_common.h
| Show First 20 Lines • Show All 175 Lines • ▼ Show 20 Lines | |||||
| void DRW_hair_init(void); | void DRW_hair_init(void); | ||||
| void DRW_hair_update(void); | void DRW_hair_update(void); | ||||
| void DRW_hair_free(void); | void DRW_hair_free(void); | ||||
| /* pose_mode.c */ | /* pose_mode.c */ | ||||
| bool DRW_pose_mode_armature( | bool DRW_pose_mode_armature( | ||||
| struct Object *ob, struct Object *active_ob); | struct Object *ob, struct Object *active_ob); | ||||
| /* colorramps */ | |||||
| GPUTexture* DRW_create_colorramp_texture(void); | |||||
| #endif /* __DRAW_COMMON_H__ */ | #endif /* __DRAW_COMMON_H__ */ | ||||