#include <vkpt.h>
Public Attributes | |
QVKUniformBuffer_t | uniform_buffer |
QVKInstanceBuffer_t | uniform_instance_buffer |
refdef_t * | fd |
float | view_matrix [16] |
float | projection_matrix [16] |
float | view_projection_matrix [16] |
float | view_matrix_prev [16] |
float | projection_matrix_prev [16] |
float | view_projection_matrix_prev [16] |
float | z_near |
float | z_far |
bsp_mesh_t | bsp_mesh_world |
int | bsp_mesh_world_loaded |
lightstyle_t | prev_lightstyles [MAX_LIGHTSTYLES] |
bsp_mesh_t vkpt_refdef_s::bsp_mesh_world |
Definition at line 406 of file vkpt.h.
Referenced by prepare_entities(), prepare_ubo(), process_bsp_entity(), process_render_feedback(), R_BeginRegistration_RTX(), R_RenderFrame_RTX(), and vkpt_vertex_buffer_create_instance().
int vkpt_refdef_s::bsp_mesh_world_loaded |
Definition at line 407 of file vkpt.h.
Referenced by process_render_feedback(), R_BeginRegistration_RTX(), and R_RenderFrame_RTX().
refdef_t* vkpt_refdef_s::fd |
Definition at line 396 of file vkpt.h.
Referenced by copy_light(), prepare_entities(), prepare_ubo(), R_BeginFrame_RTX(), R_RenderFrame_RTX(), vkpt_freecam_update(), vkpt_light_buffer_upload_to_staging(), vkpt_print_material(), vkpt_set_material(), vkpt_show_pvs(), write_beam_geometry(), write_particle_geometry(), and write_sprite_geometry().
lightstyle_t vkpt_refdef_s::prev_lightstyles[MAX_LIGHTSTYLES] |
Definition at line 409 of file vkpt.h.
Referenced by copy_light(), and R_RenderFrame_RTX().
QVKUniformBuffer_t vkpt_refdef_s::uniform_buffer |
Definition at line 394 of file vkpt.h.
Referenced by prepare_ubo(), R_RenderFrame_RTX(), and vkpt_uniform_buffer_update().
QVKInstanceBuffer_t vkpt_refdef_s::uniform_instance_buffer |
Definition at line 395 of file vkpt.h.
Referenced by fill_model_instance(), prepare_entities(), process_bsp_entity(), process_regular_entity(), and vkpt_uniform_buffer_update().
float vkpt_refdef_s::z_far |
Definition at line 404 of file vkpt.h.
Referenced by prepare_ubo().
float vkpt_refdef_s::z_near |
Definition at line 404 of file vkpt.h.
Referenced by prepare_ubo().