Blender V5.0
blender::eevee::VelocityGeometryIndex Struct Reference

#include <eevee_velocity_shared.hh>

Public Member Functions

 VelocityGeometryIndex ()

Public Attributes

packed_int3 ofs
bool32_t do_deform
packed_int3 len
int _pad0

Detailed Description

Definition at line 37 of file eevee_velocity_shared.hh.

Constructor & Destructor Documentation

◆ VelocityGeometryIndex()

blender::eevee::VelocityGeometryIndex::VelocityGeometryIndex ( )
inline

Definition at line 51 of file eevee_velocity_shared.hh.

References _pad0, do_deform, false, len, and ofs.

Member Data Documentation

◆ _pad0

int blender::eevee::VelocityGeometryIndex::_pad0

Definition at line 48 of file eevee_velocity_shared.hh.

Referenced by VelocityGeometryIndex().

◆ do_deform

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().

◆ len

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().

◆ ofs

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().


The documentation for this struct was generated from the following file: