Blender V4.3
DRWPass Struct Reference

#include <draw_manager_c.hh>

Public Attributes

struct { 
 
   DRWShadingGroup *   first 
 
   DRWShadingGroup *   last 
 
shgroups 
 
DRWPassoriginal
 
DRWPassnext
 
DRWResourceHandle handle
 
DRWState state
 
char name [MAX_PASS_NAME]
 

Detailed Description

Definition at line 432 of file draw_manager_c.hh.

Member Data Documentation

◆ first

DRWShadingGroup* DRWPass::first

Definition at line 435 of file draw_manager_c.hh.

◆ handle

DRWResourceHandle DRWPass::handle

Definition at line 446 of file draw_manager_c.hh.

◆ last

DRWShadingGroup* DRWPass::last

Definition at line 436 of file draw_manager_c.hh.

◆ name

char DRWPass::name[MAX_PASS_NAME]

Definition at line 448 of file draw_manager_c.hh.

◆ next

DRWPass* DRWPass::next

Definition at line 444 of file draw_manager_c.hh.

Referenced by DRW_pass_link().

◆ original

DRWPass* DRWPass::original

Definition at line 442 of file draw_manager_c.hh.

◆ [struct]

struct { ... } DRWPass::shgroups

Referenced by DRW_shgroup_create_sub().

◆ state

DRWState DRWPass::state

Definition at line 447 of file draw_manager_c.hh.

Referenced by DRW_pass_create().


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