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

#include <eevee_velocity_shared.hh>

Public Member Functions

 VelocityObjectIndex ()

Public Attributes

packed_int3 ofs
uint resource_id

Detailed Description

Definition at line 25 of file eevee_velocity_shared.hh.

Constructor & Destructor Documentation

◆ VelocityObjectIndex()

blender::eevee::VelocityObjectIndex::VelocityObjectIndex ( )
inline

Definition at line 32 of file eevee_velocity_shared.hh.

References ofs, and resource_id.

Member Data Documentation

◆ ofs

packed_int3 blender::eevee::VelocityObjectIndex::ofs

Offset inside VelocityObjectBuf for each time-step. Indexed using eVelocityStep.

Definition at line 27 of file eevee_velocity_shared.hh.

Referenced by blender::eevee::VelocityModule::step_object_sync(), and VelocityObjectIndex().

◆ resource_id

uint blender::eevee::VelocityObjectIndex::resource_id

Temporary index to copy this to the VelocityIndexBuf.

Definition at line 29 of file eevee_velocity_shared.hh.

Referenced by blender::eevee::VelocityModule::step_object_sync(), and VelocityObjectIndex().


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