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

Public Attributes

Objectob
 
GPENCIL_tObjecttgp_ob
 
GPENCIL_PrivateDatapd
 
GPENCIL_MaterialPoolmatpool
 
DRWShadingGroupgrp
 
GPUUniformBufubo_mat
 
GPUUniformBufubo_lights
 
GPUTexturetex_fill
 
GPUTexturetex_stroke
 
int mat_ofs
 
int do_sbuffer_call
 
int stroke_index_last
 
int stroke_index_offset
 
struct GPUBatchgeom
 
bool instancing
 
int vfirst
 
int vcount
 

Detailed Description

Definition at line 324 of file gpencil_engine.c.

Member Data Documentation

◆ do_sbuffer_call

int gpIterPopulateData::do_sbuffer_call

◆ geom

struct GPUBatch* gpIterPopulateData::geom

Definition at line 344 of file gpencil_engine.c.

Referenced by gpencil_drawcall_add(), and gpencil_drawcall_flush().

◆ grp

DRWShadingGroup* gpIterPopulateData::grp

◆ instancing

bool gpIterPopulateData::instancing

Definition at line 345 of file gpencil_engine.c.

Referenced by gpencil_drawcall_add(), and gpencil_drawcall_flush().

◆ mat_ofs

int gpIterPopulateData::mat_ofs

◆ matpool

GPENCIL_MaterialPool* gpIterPopulateData::matpool

◆ ob

Object* gpIterPopulateData::ob

◆ pd

GPENCIL_PrivateData* gpIterPopulateData::pd

◆ stroke_index_last

int gpIterPopulateData::stroke_index_last

◆ stroke_index_offset

int gpIterPopulateData::stroke_index_offset

◆ tex_fill

GPUTexture* gpIterPopulateData::tex_fill

◆ tex_stroke

GPUTexture* gpIterPopulateData::tex_stroke

◆ tgp_ob

GPENCIL_tObject* gpIterPopulateData::tgp_ob

◆ ubo_lights

GPUUniformBuf* gpIterPopulateData::ubo_lights

Definition at line 332 of file gpencil_engine.c.

Referenced by gpencil_layer_cache_populate().

◆ ubo_mat

GPUUniformBuf* gpIterPopulateData::ubo_mat

◆ vcount

int gpIterPopulateData::vcount

Definition at line 346 of file gpencil_engine.c.

Referenced by gpencil_drawcall_add(), and gpencil_drawcall_flush().

◆ vfirst

int gpIterPopulateData::vfirst

Definition at line 346 of file gpencil_engine.c.

Referenced by gpencil_drawcall_add(), and gpencil_drawcall_flush().


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