#include "vk_local.h"
Go to the source code of this file.
Macros | |
#define | NUM_BEAM_SEGS 6 |
#define NUM_BEAM_SEGS 6 |
void Com_Printf | ( | char * | fmt, |
... | |||
) |
Definition at line 1497 of file vk_rmain.c.
struct image_s* Draw_FindPic | ( | char * | name | ) |
Definition at line 37 of file r_draw.c.
Referenced by Draw_GetPicSize(), Draw_InitLocal(), Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), and GetRefAPI().
refexport_t GetRefAPI | ( | refimport_t | rimp | ) |
Definition at line 1440 of file vk_rmain.c.
void Mat_Identity | ( | float * | matrix | ) |
Definition at line 675 of file vk_rmain.c.
Referenced by EmitWaterPolys(), R_DrawAliasModel(), R_DrawBrushModel(), R_DrawNullModel(), R_DrawSkyBox(), R_SetupVulkan(), and Vk_RenderLightmappedPoly().
void Mat_Mul | ( | float * | m1, |
float * | m2, | ||
float * | res | ||
) |
Definition at line 695 of file vk_rmain.c.
Referenced by Mat_Ortho(), Mat_Perspective(), Mat_Rotate(), Mat_Scale(), Mat_Translate(), R_DrawAliasModel(), and R_SetupVulkan().
void Mat_Ortho | ( | float * | matrix, |
float | left, | ||
float | right, | ||
float | bottom, | ||
float | top, | ||
float | zNear, | ||
float | zFar | ||
) |
Definition at line 784 of file vk_rmain.c.
void Mat_Perspective | ( | float * | matrix, |
float * | correction_matrix, | ||
float | fovy, | ||
float | aspect, | ||
float | zNear, | ||
float | zFar | ||
) |
Definition at line 756 of file vk_rmain.c.
Referenced by R_DrawAliasModel(), and R_SetupVulkan().
void Mat_Rotate | ( | float * | matrix, |
float | deg, | ||
float | x, | ||
float | y, | ||
float | z | ||
) |
Definition at line 728 of file vk_rmain.c.
Referenced by R_DrawSkyBox(), R_RotateForEntity(), and R_SetupVulkan().
void Mat_Scale | ( | float * | matrix, |
float | x, | ||
float | y, | ||
float | z | ||
) |
void Mat_Translate | ( | float * | matrix, |
float | x, | ||
float | y, | ||
float | z | ||
) |
Definition at line 718 of file vk_rmain.c.
Referenced by R_DrawSkyBox(), R_RotateForEntity(), and R_SetupVulkan().
void R_BeginFrame | ( | float | camera_separation | ) |
Definition at line 1220 of file vk_rmain.c.
Referenced by GetRefAPI().
void R_BeginRegistration | ( | char * | map | ) |
Definition at line 136 of file vk_rmain.c.
Referenced by R_DrawBrushModel(), and R_RecursiveWorldNode().
Definition at line 1328 of file vk_rmain.c.
Referenced by R_DrawEntitiesOnList().
Definition at line 235 of file vk_rmain.c.
Referenced by R_DrawEntitiesOnList().
Definition at line 481 of file vk_rmain.c.
Referenced by R_RenderFrame(), and R_RenderView().
Definition at line 173 of file vk_rmain.c.
Referenced by R_DrawEntitiesOnList().
Definition at line 1285 of file vk_rmain.c.
Referenced by GetRefAPI().
Definition at line 925 of file vk_rmain.c.
Referenced by GetRefAPI(), and R_SetVulkan2D().
Definition at line 856 of file vk_rmain.c.
Referenced by R_RenderView().
struct model_s* R_RegisterModel | ( | char * | name | ) |
struct image_s* R_RegisterSkin | ( | char * | name | ) |
Definition at line 550 of file r_image.c.
Referenced by GetRefAPI().
Definition at line 1012 of file vk_rmain.c.
Referenced by GetRefAPI().
void R_SetFrustum | ( | float | fovx, |
float | fovy | ||
) |
Definition at line 1091 of file vk_rmain.c.
Referenced by R_Init().
void R_SetPalette | ( | const unsigned char * | palette | ) |
Definition at line 807 of file vk_rmain.c.
Referenced by R_RenderView().
Definition at line 947 of file vk_rmain.c.
Referenced by R_RenderFrame().
void Sys_Error | ( | char * | error, |
... | |||
) |
Definition at line 1485 of file vk_rmain.c.
Referenced by COM_BlockSequenceCheckByte(), COM_BlockSequenceCRCByte(), Com_Error(), Hunk_Alloc(), Hunk_Begin(), Hunk_End(), Qcommon_Init(), QVk_BeginFrame(), QVk_EndFrame(), QVk_GetStagingBuffer(), and Sys_FindFirst().
void Vk_DrawParticles | ( | int | num_particles, |
const particle_t | particles[], | ||
const unsigned | colortable[768] | ||
) |
Definition at line 394 of file vk_rmain.c.
Referenced by R_DrawParticles().
Definition at line 278 of file vk_rmisc.c.
Referenced by R_Register().
Definition at line 177 of file vk_rmisc.c.
Referenced by R_Init(), and R_Register().
int c_alias_polys |
Definition at line 44 of file vk_rmain.c.
Referenced by R_RenderView(), and R_SetupFrame().
int c_brush_polys |
Definition at line 44 of file vk_rmain.c.
Referenced by GL_RenderLightmappedPoly(), R_DrawAlphaSurfaces(), R_RenderBrushPoly(), R_RenderView(), R_SetupFrame(), and Vk_RenderLightmappedPoly().
entity_t* currententity |
Definition at line 36 of file vk_rmain.c.
Referenced by R_DrawEntitiesOnList(), and R_DrawNullModel().
model_t* currentmodel |
Definition at line 37 of file vk_rmain.c.
Referenced by GL_BuildPolygonFromSurface(), Mod_LoadFaces(), R_AliasDrawModel(), R_AliasSetupFrames(), R_AliasSetupSkin(), R_BlendLightmaps(), R_BuildPolygonFromSurface(), R_CullAliasModel(), R_DrawAliasModel(), R_DrawAlphaSurfaces(), R_DrawBrushModel(), R_DrawEntitiesOnList(), R_DrawInlineBModel(), R_DrawSprite(), R_DrawSpriteModel(), R_DrawWorld(), R_RenderFace(), R_RenderWorld(), and Vk_BuildPolygonFromSurface().
cplane_t frustum[4] |
Definition at line 39 of file vk_rmain.c.
Referenced by R_CullAliasModel(), R_CullBox(), and R_SetFrustum().
cvar_t* r_drawentities |
Definition at line 79 of file vk_rmain.c.
Referenced by R_DrawEntitiesOnList(), and R_Register().
cvar_t* r_drawworld |
Definition at line 80 of file vk_rmain.c.
Referenced by R_DrawWorld(), R_Register(), and R_RenderWorld().
int r_framecount |
Definition at line 42 of file vk_rmain.c.
Referenced by D_CacheSurface(), GL_BeginBuildingLightmaps(), GL_RenderLightmappedPoly(), R_BuildLightMap(), R_BuildLightMapRGB(), R_ClipEdge(), R_EmitEdge(), R_EmitSkyBox(), R_PushDlights(), R_RecursiveWorldNode(), R_RenderBrushPoly(), R_RenderDlights(), R_RenderFace(), R_SetupFrame(), Vk_BeginBuildingLightmaps(), and Vk_RenderLightmappedPoly().
cvar_t* r_fullbright |
Definition at line 82 of file vk_rmain.c.
Referenced by R_BlendLightmaps(), R_BuildLightMap(), R_BuildLightMapRGB(), R_Register(), and R_SetupFrame().
cvar_t* r_lefthand |
Definition at line 86 of file vk_rmain.c.
Referenced by R_AliasDrawModel(), R_AliasPreparePoints(), R_DrawAliasModel(), and R_Register().
cvar_t* r_lerpmodels |
Definition at line 85 of file vk_rmain.c.
Referenced by R_AliasDrawModel(), R_DrawAliasModel(), and R_Register().
cvar_t* r_lightlevel |
Definition at line 88 of file vk_rmain.c.
Referenced by R_AliasSetupLighting(), R_DrawAliasModel(), R_Register(), and R_SetLightLevel().
refdef_t r_newrefdef |
Definition at line 74 of file vk_rmain.c.
Referenced by D_CacheSurface(), D_CalcGradients(), D_ViewChanged(), D_WarpScreen(), DrawGLFlowingPoly(), DrawVkFlowingPoly(), EmitWaterPolys(), GL_BeginBuildingLightmaps(), GL_RenderLightmappedPoly(), R_AddDynamicLights(), R_AddDynamicLightsRGB(), R_AliasPreparePoints(), R_AliasSetupLighting(), R_BuildLightMap(), R_BuildPolygonFromSurface(), R_DrawAliasModel(), R_DrawBrushModel(), R_DrawEntitiesOnList(), R_DrawInlineBModel(), R_DrawParticles(), R_DrawSkyBox(), R_DrawWorld(), R_EndWorldRenderpass(), R_LightPoint(), R_LightPointColor(), R_PolygonDrawSpans(), R_PolysetDrawSpans8_Opaque_Coloured(), R_PushDlights(), R_RecursiveClipBPoly(), R_RecursiveWorldNode(), R_RenderBrushPoly(), R_RenderDlights(), R_RenderView(), R_RenderWorld(), R_SetCacheState(), R_SetLightLevel(), R_SetupFrame(), R_SetupVulkan(), R_SetVulkan2D(), R_ViewChanged(), RecursiveLightPoint(), RecursiveLightPointColor(), Turbulent8(), Vk_BeginBuildingLightmaps(), Vk_DrawAliasFrameLerp(), and Vk_RenderLightmappedPoly().
cvar_t* r_nocull |
Definition at line 84 of file vk_rmain.c.
Referenced by R_CullBox(), and R_Register().
cvar_t* r_norefresh |
Definition at line 78 of file vk_rmain.c.
Referenced by R_Register(), and R_RenderView().
image_t* r_notexture |
Definition at line 33 of file vk_rmain.c.
Referenced by GL_FreeUnusedImages(), GL_LoadWal(), Mod_LoadTexinfo(), R_DrawAliasModel(), R_InitParticleTexture(), R_SetSky(), Vk_FreeUnusedImages(), and Vk_LoadWal().
cvar_t* r_novis |
Definition at line 83 of file vk_rmain.c.
Referenced by R_Register().
int r_oldviewcluster |
Definition at line 76 of file vk_rmain.c.
Referenced by R_SetupFrame().
int r_oldviewcluster2 |
Definition at line 76 of file vk_rmain.c.
Referenced by R_SetupFrame().
vec3_t r_origin |
Definition at line 57 of file vk_rmain.c.
Referenced by D_DrawSurfaces(), D_SolidSurf(), D_TurbulentSurf(), DrawSkyPolygon(), R_AddSkySurface(), R_AliasSetUpTransform(), R_BuildPolygonFromSurface(), R_ClipAndDrawPoly(), R_DrawAlphaSurfaces(), R_DrawParticle(), R_DrawSkyBox(), R_EmitSkyBox(), R_IMFlatShadedQuad(), R_RenderDlight(), R_RenderWorld(), R_SetFrustum(), R_SetupFrame(), R_TransformPlane(), and Vk_DrawParticles().
image_t* r_particletexture |
Definition at line 34 of file vk_rmain.c.
Referenced by GL_FreeUnusedImages(), R_InitParticleTexture(), Vk_DrawParticles(), and Vk_FreeUnusedImages().
float r_proj_aspect |
Definition at line 60 of file vk_rmain.c.
Referenced by R_DrawAliasModel(), and R_SetupVulkan().
float r_proj_fovx |
Definition at line 61 of file vk_rmain.c.
Referenced by R_SetupVulkan().
float r_proj_fovy |
Definition at line 62 of file vk_rmain.c.
Referenced by R_DrawAliasModel(), and R_SetupVulkan().
float r_projection_matrix[16] |
Definition at line 59 of file vk_rmain.c.
Referenced by R_DrawAliasModel(), and R_SetupVulkan().
unsigned r_rawpalette[256] |
Definition at line 1295 of file vk_rmain.c.
Referenced by Draw_StretchRaw(), and R_SetPalette().
cvar_t* r_speeds |
Definition at line 81 of file vk_rmain.c.
Referenced by R_Register(), and R_RenderView().
float r_view_matrix[16] |
Definition at line 63 of file vk_rmain.c.
Referenced by R_DrawAliasModel(), and R_SetupVulkan().
int r_viewcluster |
Definition at line 76 of file vk_rmain.c.
Referenced by R_BeginRegistration(), R_MarkLeaves(), and R_SetupFrame().
int r_viewcluster2 |
Definition at line 76 of file vk_rmain.c.
Referenced by R_SetupFrame().
float r_viewproj_matrix[16] |
Definition at line 64 of file vk_rmain.c.
Referenced by R_DrawAliasModel(), R_DrawSpriteModel(), R_DrawTriangleOutlines(), R_RenderDlight(), and R_SetupVulkan().
int r_visframecount |
Definition at line 41 of file vk_rmain.c.
Referenced by R_MarkLeaves(), R_RecursiveClipBPoly(), and R_RecursiveWorldNode().
|
static |
Definition at line 66 of file vk_rmain.c.
Referenced by Mat_Ortho(), and R_SetupVulkan().
model_t* r_worldmodel |
Definition at line 28 of file vk_rmain.c.
Referenced by Mod_ForName(), R_BeginRegistration(), R_BlendLightmaps(), R_BuildLightMap(), R_BuildLightMapRGB(), R_DrawAlphaSurfaces(), R_DrawWorld(), R_LightPoint(), R_LightPointColor(), R_MarkLeaves(), R_MarkLights(), R_PushDlights(), R_RecursiveWorldNode(), R_RenderView(), R_RenderWorld(), R_SetupFrame(), RecursiveLightPoint(), and RecursiveLightPointColor().
refimport_t ri |
Definition at line 26 of file vk_rmain.c.
Referenced by CalcSurfaceExtents(), ClipSkyPolygon(), Com_Printf(), CreateDrawBuffers(), CreateFramebuffers(), CreateRenderpasses(), D_SCAlloc(), D_SCDump(), DDRAW_Init(), DDRAW_SetPalette(), DDRAW_Shutdown(), debugUtilsCallback(), DIB_Init(), DIB_SetPalette(), Draw_Char(), Draw_Fill(), Draw_GetPalette(), Draw_GetPicSize(), Draw_InitLocal(), Draw_Pic(), Draw_StretchPic(), Draw_StretchPicImplementation(), Draw_TileClear(), GetRefAPI(), getSwapPresentMode(), GL_CreateSurfaceLightmap(), GL_ImageList_f(), GL_InitImages(), GL_LoadPic(), GL_LoadWal(), GL_ScreenShot_f(), GL_Strings_f(), GL_TextureAlphaMode(), GL_TextureMode(), GL_TextureSolidMode(), GL_Upload32(), GL_Upload8(), GLimp_BeginFrame(), GLimp_EnableLogging(), GLimp_EndFrame(), GLimp_Init(), GLimp_InitGL(), GLimp_SetMode(), GLimp_Shutdown(), LM_UploadBlock(), LoadPCX(), LoadTGA(), Mod_ForName(), Mod_LoadAliasModel(), Mod_LoadBrushModel(), Mod_LoadEdges(), Mod_LoadFaces(), Mod_LoadLeafs(), Mod_LoadMarksurfaces(), Mod_LoadNodes(), Mod_LoadPlanes(), Mod_LoadSpriteModel(), Mod_LoadSubmodels(), Mod_LoadSurfedges(), Mod_LoadTexinfo(), Mod_LoadVertexes(), Mod_Modellist_f(), Mod_PointInLeaf(), QGL_Init(), QVk_BeginFrame(), QVk_CreateDevice(), QVk_CreateSwapchain(), QVk_CreateValidationLayers(), QVk_EndFrame(), QVk_GetIndexBuffer(), QVk_GetTriangleFanIbo(), QVk_GetUniformBuffer(), QVk_GetVertexBuffer(), QVk_Init(), QVk_Shutdown(), R_AliasDrawModel(), R_AliasSetupFrames(), R_AliasSetupSkin(), R_BeginFrame(), R_BeginRegistration(), R_BlendLightmaps(), R_BuildLightMap(), R_ClipAndDrawPoly(), R_CullAliasModel(), R_DrawAliasModel(), R_DrawEntitiesOnList(), R_DrawParticles(), R_DrawSprite(), R_FindFreeImage(), R_ImageList_f(), R_Init(), R_InitCaches(), R_InitSkyBox(), R_LoadWal(), R_PrintAliasStats(), R_PrintDSpeeds(), R_PrintTimes(), R_RecursiveClipBPoly(), R_Register(), R_RenderView(), R_ScreenShot_f(), R_SetMode(), R_Shutdown(), selectPhysicalDevice(), SubdividePolygon(), SWimp_SetMode(), SWimp_Shutdown(), Sys_Error(), Sys_MakeCodeWriteable(), VID_CreateWindow(), VID_LoadRefresh(), Vk_CreateSurfaceLightmap(), Vk_ImageList_f(), Vk_InitImages(), Vk_LmapTextureMode(), Vk_LoadPic(), Vk_LoadWal(), Vk_Mem_f(), Vk_ScreenShot_f(), Vk_Strings_f(), Vk_TextureMode(), Vk_Upload32(), Vk_Upload8(), Vkimp_BeginFrame(), Vkimp_EnableLogging(), Vkimp_Init(), Vkimp_SetMode(), and WritePCXfile().
float v_blend[4] |
Definition at line 46 of file vk_rmain.c.
Referenced by R_PolyBlend(), and R_SetupFrame().
viddef_t vid |
Definition at line 24 of file vk_rmain.c.
Referenced by BlendParticle33(), BlendParticle66(), D_Patch(), D_ViewChanged(), D_WarpScreen(), DDRAW_Init(), DDRAW_Shutdown(), DIB_Init(), Draw_Char(), Draw_FadeScreen(), Draw_Fill(), Draw_Pic(), Draw_StretchPic(), Draw_StretchPicImplementation(), Draw_StretchRaw(), Draw_TileClear(), GL_ScreenShot_f(), QVk_CreatePipeline(), QVk_CreateSwapchain(), QVk_Init(), QVk_RecreateSwapchain(), R_DrawParticle(), R_DrawParticles(), R_DrawSpanlet33(), R_DrawSpanlet66(), R_DrawSpanletConstant33(), R_DrawSpanletTurbulentBlended33(), R_DrawSpanletTurbulentBlended66(), R_DrawSurfaceBlock8_mip0(), R_DrawSurfaceBlock8_mip1(), R_DrawSurfaceBlock8_mip2(), R_DrawSurfaceBlock8_mip3(), R_EndWorldRenderpass(), R_InitCaches(), R_PolyBlend(), R_PolysetDrawSpans8_33(), R_PolysetDrawSpans8_66(), R_PolysetDrawSpans8_Opaque_Coloured(), R_PolysetDrawSpansConstant8_33(), R_PolysetDrawSpansConstant8_66(), R_PolysetDrawThreshSpans8(), R_ScreenShot_f(), R_SetMode(), R_SetupFrame(), R_SetupVulkan(), SWimp_EndFrame(), SWimp_InitGraphics(), Vk_ScreenShot_f(), and Vk_Strings_f().
cvar_t* vid_fullscreen |
Definition at line 124 of file vk_rmain.c.
Referenced by DIB_Init(), GLimp_AppActivate(), Key_Event(), R_BeginFrame(), R_Register(), R_SetMode(), SWimp_AppActivate(), SWimp_SetMode(), VID_CreateWindow(), VID_MenuInit(), and Vkimp_AppActivate().
cvar_t* vid_gamma |
Definition at line 125 of file vk_rmain.c.
Referenced by ApplyChanges(), R_BeginFrame(), R_Register(), R_SetMode(), R_SetVulkan2D(), and VID_MenuInit().
cvar_t* vid_ref |
Definition at line 126 of file vk_rmain.c.
Referenced by ApplyChanges(), BrightnessCallback(), QVk_EndFrame(), R_BeginFrame(), R_Register(), SCR_UpdateScreen(), and VID_MenuInit().
cvar_t* viewsize |
Definition at line 127 of file vk_rmain.c.
Referenced by R_EndWorldRenderpass(), R_Register(), and V_RenderView().
cvar_t* vk_aniso |
Definition at line 118 of file vk_rmain.c.
Referenced by R_BeginFrame(), and R_Register().
cvar_t* vk_bitdepth |
Definition at line 92 of file vk_rmain.c.
Referenced by R_Register(), VID_CreateWindow(), Vkimp_BeginFrame(), and Vkimp_SetMode().
cvar_t* vk_clear |
Definition at line 99 of file vk_rmain.c.
Referenced by QVk_Init(), R_BeginFrame(), R_Register(), and R_SetMode().
vkconfig_t vk_config |
Definition at line 30 of file vk_rmain.c.
Referenced by CreateDynamicBuffers(), getSwapPresentMode(), QVk_BeginFrame(), QVk_CreateDevice(), QVk_CreateSwapchain(), QVk_GetIndexBuffer(), QVk_GetTriangleFanIbo(), QVk_GetUniformBuffer(), QVk_GetVertexBuffer(), QVk_Init(), RebuildTriangleFanIndexBuffer(), Vk_Mem_f(), and Vk_Strings_f().
cvar_t* vk_device_idx |
Definition at line 122 of file vk_rmain.c.
Referenced by QVk_Init(), R_BeginFrame(), R_Register(), R_SetMode(), and Vk_Strings_f().
cvar_t* vk_dynamic |
Definition at line 112 of file vk_rmain.c.
Referenced by R_Register(), R_RenderBrushPoly(), and Vk_RenderLightmappedPoly().
cvar_t* vk_finish |
Definition at line 98 of file vk_rmain.c.
Referenced by R_Register(), and R_RenderView().
cvar_t* vk_flashblend |
Definition at line 97 of file vk_rmain.c.
Referenced by R_DrawInlineBModel(), R_PushDlights(), R_Register(), and R_RenderDlights().
cvar_t* vk_lightmap |
Definition at line 115 of file vk_rmain.c.
Referenced by R_Register(), and Vk_RenderLightmappedPoly().
cvar_t* vk_lmaptexturemode |
Definition at line 117 of file vk_rmain.c.
Referenced by R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_lockpvs |
Definition at line 100 of file vk_rmain.c.
Referenced by R_MarkLeaves(), and R_Register().
cvar_t* vk_log |
Definition at line 93 of file vk_rmain.c.
Referenced by R_BeginFrame(), and R_Register().
cvar_t* vk_mip_nearfilter |
Definition at line 119 of file vk_rmain.c.
Referenced by generateMipmaps(), R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_mode |
Definition at line 91 of file vk_rmain.c.
Referenced by R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_modulate |
Definition at line 102 of file vk_rmain.c.
Referenced by R_BuildLightMap(), R_LightPoint(), R_Register(), and RecursiveLightPoint().
cvar_t* vk_msaa |
Definition at line 113 of file vk_rmain.c.
Referenced by GetSampleCount(), QVk_Init(), R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_particle_att_a |
Definition at line 105 of file vk_rmain.c.
Referenced by R_DrawParticles(), and R_Register().
cvar_t* vk_particle_att_b |
Definition at line 106 of file vk_rmain.c.
Referenced by R_DrawParticles(), and R_Register().
cvar_t* vk_particle_att_c |
Definition at line 107 of file vk_rmain.c.
Referenced by R_DrawParticles(), and R_Register().
cvar_t* vk_particle_max_size |
Definition at line 109 of file vk_rmain.c.
Referenced by R_DrawParticles(), and R_Register().
cvar_t* vk_particle_min_size |
Definition at line 108 of file vk_rmain.c.
Referenced by R_DrawParticles(), and R_Register().
cvar_t* vk_particle_size |
Definition at line 104 of file vk_rmain.c.
Referenced by R_DrawParticles(), and R_Register().
cvar_t* vk_picmip |
Definition at line 94 of file vk_rmain.c.
Referenced by R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_point_particles |
Definition at line 110 of file vk_rmain.c.
Referenced by R_DrawParticles(), and R_Register().
cvar_t* vk_polyblend |
Definition at line 101 of file vk_rmain.c.
Referenced by R_PolyBlend(), and R_Register().
cvar_t* vk_postprocess |
Definition at line 111 of file vk_rmain.c.
Referenced by R_Register(), and R_SetVulkan2D().
cvar_t* vk_round_down |
Definition at line 96 of file vk_rmain.c.
Referenced by R_Register(), and Vk_Upload32().
cvar_t* vk_sampleshading |
Definition at line 120 of file vk_rmain.c.
Referenced by R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_shadows |
Definition at line 103 of file vk_rmain.c.
Referenced by R_DrawAliasModel(), and R_Register().
cvar_t* vk_showtris |
Definition at line 114 of file vk_rmain.c.
Referenced by R_DrawInlineBModel(), R_DrawTriangleOutlines(), R_RecursiveWorldNode(), and R_Register().
cvar_t* vk_skymip |
Definition at line 95 of file vk_rmain.c.
Referenced by R_Register(), and R_SetSky().
vkstate_t vk_state |
Definition at line 31 of file vk_rmain.c.
Referenced by LM_UploadBlock(), Mat_Perspective(), QVk_BeginFrame(), QVk_BindPipeline(), R_DrawAlphaSurfaces(), R_Init(), R_RenderBrushPoly(), R_SetMode(), Vk_BeginBuildingLightmaps(), Vk_InitImages(), Vk_LmapTextureMode(), Vk_RenderLightmappedPoly(), Vk_ShutdownImages(), Vkimp_SetMode(), and Vkimp_Shutdown().
cvar_t* vk_texturemode |
Definition at line 116 of file vk_rmain.c.
Referenced by R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_validation |
Definition at line 90 of file vk_rmain.c.
Referenced by createLogicalDevice(), QVk_CreateValidationLayers(), QVk_Init(), R_BeginFrame(), R_Register(), and R_SetMode().
cvar_t* vk_vsync |
Definition at line 121 of file vk_rmain.c.
Referenced by R_BeginFrame(), R_Register(), and R_SetMode().
vec3_t vpn |
Definition at line 55 of file vk_rmain.c.
Referenced by D_SolidSurf(), D_TurbulentSurf(), R_AliasSetUpTransform(), R_DrawParticles(), R_DrawSprite(), R_RenderDlight(), R_RotateBmodel(), R_SetFrustum(), R_SetupFrame(), R_TransformFrustum(), TransformVector(), and Vk_DrawParticles().
vec3_t vright |
Definition at line 56 of file vk_rmain.c.
Referenced by D_SolidSurf(), D_TurbulentSurf(), R_AliasSetUpTransform(), R_DrawParticles(), R_DrawSprite(), R_DrawSpriteModel(), R_RenderDlight(), R_RotateBmodel(), R_SetFrustum(), R_SetupFrame(), R_TransformFrustum(), TransformVector(), and Vk_DrawParticles().
vec3_t vup |
Definition at line 54 of file vk_rmain.c.
Referenced by D_SolidSurf(), D_TurbulentSurf(), R_AliasSetUpTransform(), R_DrawParticles(), R_DrawSprite(), R_DrawSpriteModel(), R_RenderDlight(), R_RotateBmodel(), R_SetFrustum(), R_SetupFrame(), R_TransformFrustum(), RotatePointAroundVector(), TransformVector(), and Vk_DrawParticles().