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

#include <draw_manager.h>

Public Attributes

uint32_t mask
 
BoundSphere bsphere
 
voiduser_data
 

Detailed Description

Data structure containing all drawcalls organized by passes and materials. DRWPass > DRWShadingGroup > DRWCall > DRWCallState > DRWUniform

Definition at line 103 of file draw_manager.h.

Member Data Documentation

◆ bsphere

BoundSphere DRWCullingState::bsphere

◆ mask

uint32_t DRWCullingState::mask

Definition at line 104 of file draw_manager.h.

Referenced by draw_call_is_culled(), and draw_compute_culling().

◆ user_data

void* DRWCullingState::user_data

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