Quake II RTX doxygen  1.0 dev
accel_bottom_match_info_s Struct Reference

Public Attributes

VkGeometryFlagsNV flags
 
uint32_t vertexCount
 
uint32_t indexCount
 

Detailed Description

Definition at line 44 of file path_tracer.c.

Member Data Documentation

◆ flags

VkGeometryFlagsNV accel_bottom_match_info_s::flags

Definition at line 45 of file path_tracer.c.

Referenced by accel_matches(), and vkpt_pt_create_accel_bottom().

◆ indexCount

uint32_t accel_bottom_match_info_s::indexCount

Definition at line 47 of file path_tracer.c.

Referenced by accel_matches(), and vkpt_pt_create_accel_bottom().

◆ vertexCount

uint32_t accel_bottom_match_info_s::vertexCount

Definition at line 46 of file path_tracer.c.

Referenced by accel_matches(), and vkpt_pt_create_accel_bottom().