|
Blender V4.3
|
#include <draw_sculpt.hh>
Public Member Functions | |
| float3 | debug_color () |
Public Attributes | |
| gpu::Batch * | batch |
| int | material_slot |
| int | debug_index |
Definition at line 17 of file draw_sculpt.hh.
| float3 blender::draw::SculptBatch::debug_color | ( | ) |
Definition at line 21 of file draw_sculpt.cc.
References debug_index.
| gpu::Batch* blender::draw::SculptBatch::batch |
Definition at line 18 of file draw_sculpt.hh.
| int blender::draw::SculptBatch::debug_index |
Definition at line 20 of file draw_sculpt.hh.
Referenced by debug_color().
| int blender::draw::SculptBatch::material_slot |
Definition at line 19 of file draw_sculpt.hh.