|
Blender V5.0
|
#include <eevee_velocity_shared.hh>
Public Member Functions | |
| VelocityGeometryIndex () | |
Public Attributes | |
| packed_int3 | ofs |
| bool32_t | do_deform |
| packed_int3 | len |
| int | _pad0 |
Definition at line 37 of file eevee_velocity_shared.hh.
|
inline |
| int blender::eevee::VelocityGeometryIndex::_pad0 |
Definition at line 48 of file eevee_velocity_shared.hh.
Referenced by VelocityGeometryIndex().
| bool32_t blender::eevee::VelocityGeometryIndex::do_deform |
If true, compute deformation motion blur.
Definition at line 41 of file eevee_velocity_shared.hh.
Referenced by VelocityGeometryIndex().
| packed_int3 blender::eevee::VelocityGeometryIndex::len |
Length of data inside VelocityGeometryBuf for each time-step. Indexed using eVelocityStep.
Definition at line 46 of file eevee_velocity_shared.hh.
Referenced by VelocityGeometryIndex().
| packed_int3 blender::eevee::VelocityGeometryIndex::ofs |
Offset inside VelocityGeometryBuf for each time-step. Indexed using eVelocityStep.
Definition at line 39 of file eevee_velocity_shared.hh.
Referenced by VelocityGeometryIndex().