|
Blender V5.0
|
#include <eevee_velocity.hh>
Public Member Functions | |
| gpu::VertBuf * | pos_buf_get () const |
| bool | has_data () const |
Public Attributes | |
| std::variant< std::monostate, gpu::Batch *, gpu::VertBuf * > | pos_buf |
| int | ofs = 0 |
| int | len = 0 |
Definition at line 47 of file eevee_velocity.hh.
|
inline |
Definition at line 72 of file eevee_velocity.hh.
|
inline |
Definition at line 55 of file eevee_velocity.hh.
References BLI_assert, blender::gpu::VertBuf::format, GPUVertFormat::names, and STREQ.
| int blender::eevee::VelocityModule::VelocityGeometryData::len = 0 |
Definition at line 53 of file eevee_velocity.hh.
Referenced by blender::eevee::VelocityModule::geometry_steps_fill().
| int blender::eevee::VelocityModule::VelocityGeometryData::ofs = 0 |
Definition at line 51 of file eevee_velocity.hh.
Referenced by blender::eevee::VelocityModule::geometry_steps_fill().
| std::variant<std::monostate, gpu::Batch *, gpu::VertBuf *> blender::eevee::VelocityModule::VelocityGeometryData::pos_buf |
VertBuf not yet ready to be copied to the VelocityGeometryBuf.
Definition at line 49 of file eevee_velocity.hh.