Blender  V2.93
Public Attributes | List of all members
DRWCommandSmallChunk 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 [6]
 

Detailed Description

Definition at line 452 of file draw_manager.h.

Member Data Documentation

◆ command_len

uint32_t DRWCommandSmallChunk::command_len

Definition at line 454 of file draw_manager.h.

Referenced by drw_command_create().

◆ command_type

uint64_t DRWCommandSmallChunk::command_type[6]

Definition at line 458 of file draw_manager.h.

Referenced by drw_command_create().

◆ command_used

uint32_t DRWCommandSmallChunk::command_used

Definition at line 455 of file draw_manager.h.

Referenced by drw_command_create().

◆ commands

DRWCommand DRWCommandSmallChunk::commands[6]

Definition at line 459 of file draw_manager.h.

Referenced by drw_command_create().

◆ next

struct DRWCommandChunk* DRWCommandSmallChunk::next

Definition at line 453 of file draw_manager.h.


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