Blender  V3.3
Public Attributes | List of all members
EEVEE_GeometryMotionData Struct Reference

#include <eevee_private.h>

Public Attributes

eEEVEEMotionData type
 
int use_deform
 
struct GPUBatchbatch
 
struct GPUVertBufvbo [2]
 

Detailed Description

Definition at line 679 of file eevee_private.h.

Member Data Documentation

◆ batch

struct GPUBatch* EEVEE_GeometryMotionData::batch

◆ type

eEEVEEMotionData EEVEE_GeometryMotionData::type

Needs to be first to ensure casting.

Definition at line 681 of file eevee_private.h.

Referenced by EEVEE_motion_blur_geometry_data_get().

◆ use_deform

int EEVEE_GeometryMotionData::use_deform

To disable deform mb if vertcount mismatch.

Definition at line 683 of file eevee_private.h.

Referenced by EEVEE_motion_blur_cache_finish(), and EEVEE_motion_blur_cache_populate().

◆ vbo

struct GPUVertBuf* EEVEE_GeometryMotionData::vbo[2]

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