|
Blender V5.0
|
#include <draw_sculpt.hh>
Public Member Functions | |
| float3 | debug_color () |
Public Attributes | |
| gpu::Batch * | batch |
| int | material_slot |
| int | debug_index |
Definition at line 24 of file draw_sculpt.hh.
| float3 blender::draw::SculptBatch::debug_color | ( | ) |
Definition at line 33 of file draw_sculpt.cc.
References debug_index.
| gpu::Batch* blender::draw::SculptBatch::batch |
Definition at line 25 of file draw_sculpt.hh.
| int blender::draw::SculptBatch::debug_index |
Definition at line 27 of file draw_sculpt.hh.
Referenced by debug_color().
| int blender::draw::SculptBatch::material_slot |
Definition at line 26 of file draw_sculpt.hh.