|
Blender V4.3
|
#include <eevee_velocity.hh>
Public Attributes | |
| gpu::VertBuf * | pos_buf = nullptr |
| int | ofs = 0 |
| int | len = 0 |
Definition at line 35 of file eevee_velocity.hh.
| int blender::eevee::VelocityModule::VelocityGeometryData::len = 0 |
Definition at line 41 of file eevee_velocity.hh.
Referenced by blender::eevee::VelocityModule::geometry_steps_fill().
| int blender::eevee::VelocityModule::VelocityGeometryData::ofs = 0 |
Definition at line 39 of file eevee_velocity.hh.
Referenced by blender::eevee::VelocityModule::geometry_steps_fill().
| gpu::VertBuf* blender::eevee::VelocityModule::VelocityGeometryData::pos_buf = nullptr |
VertBuf not yet ready to be copied to the VelocityGeometryBuf.
Definition at line 37 of file eevee_velocity.hh.
Referenced by blender::eevee::VelocityModule::step_object_sync().