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

#include <draw_manager.h>

Public Attributes

struct DRWCommandChunknext
 
uint32_t command_len
 
uint32_t command_used
 
uint64_t command_type [6]
 
DRWCommand commands [96]
 

Detailed Description

Definition at line 470 of file draw_manager.h.

Member Data Documentation

◆ command_len

uint32_t DRWCommandChunk::command_len

Definition at line 472 of file draw_manager.h.

Referenced by draw_command_iter_step(), and drw_command_create().

◆ command_type

uint64_t DRWCommandChunk::command_type[6]

◆ command_used

uint32_t DRWCommandChunk::command_used

◆ commands

DRWCommand DRWCommandChunk::commands[96]

◆ next

struct DRWCommandChunk* DRWCommandChunk::next

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