cgv
Loading...
Searching...
No Matches
cgv::render::draw_call Struct Reference

Public Attributes

AlphaMode alpha_mode
 
float alpha_cutoff
 
DrawCallType draw_call_type
 
PrimitiveType primitive_type
 
uint32_t material_index
 
uint32_t aa_index
 
uint32_t vertex_offset
 
uint32_t count
 
cgv::type::info::TypeId index_type
 
void * indices
 
uint32_t instance_count
 
shader_programprog
 

Detailed Description

Definition at line 56 of file render_info.h.

Member Data Documentation

◆ aa_index

uint32_t cgv::render::draw_call::aa_index

Definition at line 62 of file render_info.h.

◆ alpha_cutoff

float cgv::render::draw_call::alpha_cutoff

Definition at line 58 of file render_info.h.

◆ alpha_mode

AlphaMode cgv::render::draw_call::alpha_mode

Definition at line 57 of file render_info.h.

◆ count

uint32_t cgv::render::draw_call::count

Definition at line 64 of file render_info.h.

◆ draw_call_type

DrawCallType cgv::render::draw_call::draw_call_type

Definition at line 59 of file render_info.h.

◆ index_type

cgv::type::info::TypeId cgv::render::draw_call::index_type

Definition at line 65 of file render_info.h.

◆ indices

void* cgv::render::draw_call::indices

Definition at line 66 of file render_info.h.

◆ instance_count

uint32_t cgv::render::draw_call::instance_count

Definition at line 67 of file render_info.h.

◆ material_index

uint32_t cgv::render::draw_call::material_index

Definition at line 61 of file render_info.h.

◆ primitive_type

PrimitiveType cgv::render::draw_call::primitive_type

Definition at line 60 of file render_info.h.

◆ prog

shader_program* cgv::render::draw_call::prog

Definition at line 68 of file render_info.h.

◆ vertex_offset

uint32_t cgv::render::draw_call::vertex_offset

Definition at line 63 of file render_info.h.


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