Blender V5.0
blender::draw::DRWVolumeGrid Struct Reference

#include <draw_cache.hh>

Public Attributes

DRWVolumeGridnext
DRWVolumeGridprev
char * name
gpu::Texturetexture
float4x4 texture_to_object
float4x4 object_to_texture
float4x4 object_to_bounds
float4x4 bounds_to_texture

Detailed Description

Definition at line 125 of file draw_cache.hh.

Member Data Documentation

◆ bounds_to_texture

float4x4 blender::draw::DRWVolumeGrid::bounds_to_texture

Definition at line 140 of file draw_cache.hh.

◆ name

char* blender::draw::DRWVolumeGrid::name

Definition at line 129 of file draw_cache.hh.

Referenced by blender::draw::volume_grid_cache_get().

◆ next

DRWVolumeGrid* blender::draw::DRWVolumeGrid::next

Definition at line 126 of file draw_cache.hh.

◆ object_to_bounds

float4x4 blender::draw::DRWVolumeGrid::object_to_bounds

Definition at line 139 of file draw_cache.hh.

◆ object_to_texture

float4x4 blender::draw::DRWVolumeGrid::object_to_texture

◆ prev

DRWVolumeGrid * blender::draw::DRWVolumeGrid::prev

Definition at line 126 of file draw_cache.hh.

◆ texture

◆ texture_to_object

float4x4 blender::draw::DRWVolumeGrid::texture_to_object

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