#include <vk_local.h>
Public Attributes | |
float | inverse_intensity |
qboolean | fullscreen |
int | prev_mode |
unsigned char * | d_16to8table |
qvktexture_t | lightmap_textures [MAX_LIGHTMAPS *2] |
int | currenttextures [2] |
int | currenttmu |
float | camera_separation |
qboolean | stereo_enabled |
VkPipeline | current_pipeline |
Definition at line 330 of file vk_local.h.
float vkstate_t::camera_separation |
Definition at line 344 of file vk_local.h.
Referenced by Mat_Perspective().
VkPipeline vkstate_t::current_pipeline |
Definition at line 347 of file vk_local.h.
Referenced by QVk_BeginFrame(), and QVk_BindPipeline().
int vkstate_t::currenttextures[2] |
Definition at line 341 of file vk_local.h.
int vkstate_t::currenttmu |
Definition at line 342 of file vk_local.h.
unsigned char* vkstate_t::d_16to8table |
Definition at line 337 of file vk_local.h.
qboolean vkstate_t::fullscreen |
Definition at line 333 of file vk_local.h.
Referenced by Vkimp_SetMode(), and Vkimp_Shutdown().
float vkstate_t::inverse_intensity |
Definition at line 332 of file vk_local.h.
Referenced by R_DrawAlphaSurfaces(), R_RenderBrushPoly(), and Vk_InitImages().
qvktexture_t vkstate_t::lightmap_textures[MAX_LIGHTMAPS *2] |
Definition at line 339 of file vk_local.h.
Referenced by LM_UploadBlock(), R_RenderBrushPoly(), Vk_BeginBuildingLightmaps(), Vk_LmapTextureMode(), Vk_RenderLightmappedPoly(), and Vk_ShutdownImages().
int vkstate_t::prev_mode |
Definition at line 335 of file vk_local.h.
Referenced by R_Init(), and R_SetMode().
qboolean vkstate_t::stereo_enabled |
Definition at line 345 of file vk_local.h.