Blender
V3.3
|
#include <eevee_velocity.hh>
Public Attributes | |
GPUVertBuf * | pos_buf = nullptr |
int | ofs |
int | len |
Definition at line 35 of file eevee_velocity.hh.
int blender::eevee::VelocityModule::VelocityGeometryData::len |
Definition at line 41 of file eevee_velocity.hh.
Referenced by blender::eevee::VelocityModule::step_swap().
int blender::eevee::VelocityModule::VelocityGeometryData::ofs |
Definition at line 39 of file eevee_velocity.hh.
Referenced by blender::eevee::VelocityModule::step_swap().
GPUVertBuf* 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.