Grand Theft Auto V runs on Rockstar's RAGE engine, a proprietary renderer that predates modern API-level optimizations — it uses a DirectX 11 pipeline with no DX12 or Vulkan path, no DLSS or FSR upscaling, and no ray tracing. The engine was ported from console in 2015 and carries visible legacy overhead: draw call submission is heavily single-threaded, meaning the game is frequently CPU-bottlenecked even on mid-range modern hardware. VRAM pressure is real — Los Santos's dense urban environment streams substantial texture data, with 3 GB sufficient at 1080p but 4+ GB recommended at 1440p with Very High textures. The good news is that most demanding settings have straightforward quality-to-FPS trade-offs, and the performance ceiling is low enough that mid-range GPUs can max most settings at 1080p. The primary optimization targets are shadow quality, grass, extended shadow distance, and population density, which together account for the majority of frame-time variance across scenes.
Below is a per-setting breakdown: what each option does, how much it costs, and the value we recommend — tuned to keep the image looking right while reclaiming frames. Want the exact numbers for your GPU? Open the optimizer →
Recommended settings for Grand Theft Auto V
Reference rig: RTX 4080 at 1440p, balanced preset. Values are accurate to Grand Theft Auto V's in-game options.
Texture Quality
Very High
Low cost
Typical impact 0-5% · 4% fps cost
In Grand Theft Auto V, we recommend Texture Quality at Very High (4% fps cost).
Controls the maximum mipmap resolution loaded for surface textures. Higher levels stream larger texture maps (2K/4K) from disk into VRAM via the texture streaming pool. The GPU samples these during fragment shading using the currently bound sampler state. The FPS cost is minimal when VRAM is sufficient because texture fetch latency is hidden by the cache hierarchy, but exceeding VRAM capacity triggers page-faulting and hitching as textures are swapped between system RAM and VRAM.
In Grand Theft Auto V: RAGE streams textures into a VRAM pool — Normal loads compressed 512K/1K maps, High moves to 2K, and Very High pushes full 4K assets for surfaces like roads, building facades, and interiors. As long as your VRAM budget isn't exceeded the FPS cost is under 5%, but dropping below the threshold causes visible hitching as Los Santos's dense texture sets swap through system RAM. At 1080p, 3 GB comfortably handles High; Very High benefits from 4 GB or more.
Shadow Quality
Very High
Heavy
Typical impact 8-25% · 10% fps cost
In Grand Theft Auto V, we recommend Shadow Quality at Very High (10% fps cost).
Controls shadow map resolution, filtering method, and cascade count for dynamic shadows. The engine renders the scene from each light source perspective into depth-only shadow map textures. Higher settings increase shadow map resolution (1024 to 4096 texels), add more cascaded shadow map splits for the directional light (improving near-field resolution), and enable softer PCF or PCSS filtering which requires more depth comparison samples per pixel during the lighting pass.
In Grand Theft Auto V: This is GTA V's heaviest single setting on the GPU. RAGE renders cascaded shadow maps for the directional sun light — Normal uses 1024-texel maps with two cascades, High increases to 2048, Very High to 4096 with additional cascades, and Softest adds PCSS-style filtering that requires many more depth comparison samples per pixel. Downtown Los Santos with building shadows and pedestrian-cast shadows at Softest can cost 20%+ GPU time versus Normal. High is the best value tier.
Reflection Quality
Very High
Heavy
Typical impact 3-20% · 8% fps cost
In Grand Theft Auto V, we recommend Reflection Quality at Very High (8% fps cost).
Controls the method and fidelity of surface reflections. Low settings use pre-baked cubemap probes — a single texture lookup per pixel. Medium enables screen-space reflections (SSR) that ray-march through the depth buffer to find reflected geometry. High uses higher-resolution SSR with more march steps. Ultra may enable planar reflections (re-rendering the scene from a mirrored viewpoint) or RT reflections (hardware-accelerated rays). The cost escalation from cubemaps to SSR to RT is dramatic — cubemaps are nearly free, SSR costs 3-8%, and RT reflections cost 15-25%.
In Grand Theft Auto V: RAGE uses a combination of static cubemap probes and screen-space reflections. Normal relies almost entirely on baked probes — cheap but visually flat on car paintwork and wet roads. High introduces SSR with moderate ray-march depth. Very High and Ultra increase SSR resolution and step count, and Ultra adds real-time planar reflections for key surfaces. The jump from High to Ultra is disproportionately expensive in rain or near the Mirrorlike car wash surfaces — SSR ray-marching cost scales with reflective pixel coverage.
Water Quality
High
Low cost
Typical impact 3-12% · 3% fps cost
In Grand Theft Auto V, we recommend Water Quality at High (3% fps cost).
Governs the fidelity of water surface rendering including wave simulation, tessellation, refraction, and reflection techniques. Higher settings enable GPU-computed FFT wave simulation in compute shaders, adaptive tessellation for displacement mapping on the water mesh, screen-space refraction via distorted depth buffer sampling, and planar or screen-space reflections. The reflection pass may render the scene a second time from a mirrored viewpoint, effectively doubling draw calls for visible water surfaces.
In Grand Theft Auto V: Water in GTA V uses a GPU-tessellated mesh with FFT-based wave simulation. Normal uses a flat mesh with a normal-mapped surface. High adds tessellation displacement and finer wave detail. Very High enables the highest-resolution FFT wave simulation with additional foam and refraction layers on the coastline and in the Los Santos storm drain channels. The cost is mostly felt in coastal Paleto Bay or open-ocean scenes where large water surface area is on screen — in landlocked urban areas the difference is minimal.
Grass Quality
Very High
Heavy
Typical impact 5-20% · 10% fps cost
In Grand Theft Auto V, we recommend Grass Quality at Very High (10% fps cost).
Controls grass blade density, draw distance, and rendering method. Grass is typically rendered via GPU instancing — a single blade mesh is instanced thousands of times with per-instance transforms stored in structured buffers. Higher settings increase instances per square meter and extend the draw distance. Each grass blade is an alpha-tested quad or multi-polygon mesh, producing significant overdraw in dense fields. Wind animation is computed in the vertex shader using procedural noise functions. Some engines use mesh shaders or indirect draw for grass, reducing CPU-side instancing overhead.
In Grand Theft Auto V: RAGE engine grass uses billboard sprites at distance. Ultra switches to 3D models up close — noticeable difference in Blaine County.
Particle Quality
High
Low cost
Typical impact 3-12% · 3% fps cost
In Grand Theft Auto V, we recommend Particle Quality at High (3% fps cost).
Controls particle system density, simulation complexity, and render quality. Higher settings increase maximum particle count per emitter, enable GPU-driven particle simulation in compute shaders (position, velocity, lifetime, collision), and use soft particle blending (sampling the depth buffer to fade particles near surface intersections). The overdraw cost from thousands of alpha-blended billboard quads is the primary performance concern — each particle that overlaps another requires a separate blending operation.
In Grand Theft Auto V: Controls explosion debris count, bullet impact sparks, tire smoke, and engine exhaust particle emitters across Los Santos. Very High increases the maximum particle budget per emitter and enables GPU-simulated particle collisions — notably visible during police chases with heavy gunfire or multi-car explosions. Under normal driving and light combat the cost is low, but dense firefights with RAGE's scripted explosion chains on Very High can spike frame time 5–10% versus Normal due to overdraw from layered transparent quads.
Post-Process Quality
High
Low cost
Typical impact 3-10% · 3% fps cost
In Grand Theft Auto V, we recommend Post-Process Quality at High (3% fps cost).
Controls the overall quality of the fullscreen post-processing effect stack including tone mapping, color grading (LUT application), bloom (bright-pass filter with multi-stage Gaussian blur), lens flare, auto-exposure (luminance histogram compute shader), and screen-space lens distortion. Higher settings run these effects at full resolution, use larger blur kernels for bloom, and enable additional effects. The total cost is the sum of multiple fullscreen passes — each reading and writing the entire framebuffer.
In Grand Theft Auto V: Governs GTA V's fullscreen stack: tone mapping, color grading LUT, bloom, lens flare, depth of field (in cutscenes and aiming), and motion blur. Very High runs all passes at full resolution with wider bloom kernels and higher-quality depth-of-field circle-of-confusion sampling. Normal halves some pass resolutions and uses simpler bloom. The total cost is modest — 3–6% between Normal and Very High — but disabling motion blur (a separate toggle) and depth of field independently recovers more frames than stepping down the quality tier.
Tessellation
High
Low cost
Typical impact 5-15% · 4% fps cost
In Grand Theft Auto V, we recommend Tessellation at High (4% fps cost).
Enables hardware tessellation via hull and domain shaders (DX11+) to dynamically subdivide mesh surfaces and displace them using heightmaps. The hull shader determines the tessellation factor per patch, and the tessellation unit generates new vertices that the domain shader displaces using a heightmap texture. The cost scales quadratically with tessellation factor — a factor of 16 generates 256x more triangles than the input mesh. Most expensive on terrain and water surfaces with large screen coverage.
In Grand Theft Auto V: Only applies to terrain and water in GTA V. Minimal visual impact — safe to reduce for FPS gain.
Ambient Occlusion
Normal
Low cost
Typical impact 3-12% · 3% fps cost
In Grand Theft Auto V, we recommend Ambient Occlusion at Normal (3% fps cost).
Computes soft shadowing in crevices and where surfaces meet by estimating how much ambient light is occluded at each pixel. SSAO samples the depth buffer in a hemisphere around each pixel, testing for nearby occluders. HBAO+ uses ray-marching along the depth buffer horizon. GTAO uses a multi-directional horizon search with cosine-weighted integration for physically correct results. Each method runs as a fullscreen compute or pixel shader pass — higher quality modes increase sample count from 4 (SSAO) to 32+ (GTAO Ultra), directly scaling the per-pixel ALU cost.
In Grand Theft Auto V: RAGE implements HBAO+ (NVIDIA's horizon-based AO) at High and a lighter SSAO variant at Normal. The effect is most visible under vehicles, in alleyways around Downtown LS, and in interior spaces like parking garages. High runs a full HBAO+ pass with horizon-search ray marching — noticeable cost of 4–8% GPU time versus Off. Normal is a reasonable middle ground that retains soft contact shadowing under character feet and parked cars without the full HBAO+ sample budget. Off noticeably flattens shading in enclosed spaces.
Anti-Aliasing
MSAA 2x
Low cost
Typical impact 2-15% · 6% fps cost
In Grand Theft Auto V, we recommend Anti-Aliasing at MSAA 2x (6% fps cost).
Smooths jagged edges (aliasing) on geometric boundaries. FXAA is a single-pass edge-detection blur — cheap but softens the image. TAA accumulates multiple frames using motion vectors, sampling sub-pixel jitter offsets to reconstruct smoother edges — moderate cost with potential ghosting. SMAA uses pattern-matching edge detection with a more intelligent blend. MSAA runs the rasterizer at 2x/4x the sample count, evaluating coverage for each triangle edge — expensive because it multiplies ROP work and render target memory, but produces sharp geometry edges without blur.
In Grand Theft Auto V: FXAA is a single-pass edge blur — cheap at under 1% but softens the image, which is visible on text and distant fences in Los Santos. MSAA evaluates coverage at 2x/4x/8x the sample count, which is expensive because RAGE's deferred-style pipeline requires MSAA resolve passes across multiple render targets. MSAA 4x on GTA V can cost 20–30% GPU time versus Off due to the increased ROP bandwidth and render target memory. FXAA combined with a sharpening pass (Reshade CAS) is the practical recommendation for most setups; MSAA 8x is only viable on high-end GPUs at 1080p.
Anisotropic Filtering
16x
Low cost
Typical impact 0-1% · 1% fps cost
In Grand Theft Auto V, we recommend Anisotropic Filtering at 16x (1% fps cost).
A dedicated anisotropic texture filtering control that adjusts the maximum number of additional texture samples taken per pixel for surfaces at steep viewing angles. At 16x, up to 16 taps are taken along the anisotropy axis in the texture unit hardware. This computation is overlapped with ALU work in the shader pipeline, so even maximum settings cost virtually nothing on modern architectures. The visual payoff is significant — eliminates blurriness on ground planes and distant walls.
In Grand Theft Auto V: Controls texture sharpness on oblique surfaces — roads, sidewalks, and painted markings in Los Santos are the most visible beneficiaries. RAGE's texture unit hardware handles AF with minimal ALU overhead. The jump from Off (bilinear) to 16x is essentially free on any GPU made in the last decade, with under 1% FPS difference. Leave this at 16x regardless of performance target — blurry road textures at steep angles are one of the most distracting artifacts in GTA V's street-level view.
Population Density
High
Heavy
Typical impact 5-18% · 12% fps cost
In Grand Theft Auto V, we recommend Population Density at High (12% fps cost).
Controls the density of vehicles and pedestrians in the game world. The engine spawns entities based on population zone definitions and distance from the player. Each pedestrian requires CPU-side navigation (A* pathfinding on nav mesh), animation state machine evaluation, and GPU-side draw calls. Vehicles add physics simulation (rigid body dynamics, wheel raycasts, traffic AI). The cost is overwhelmingly CPU-bound — the GPU handles NPC rendering efficiently via instanced skinned meshes, but the CPU must tick AI, physics, and animation for every active entity.
In Grand Theft Auto V: CPU-bound setting — controls pedestrians and vehicles. Online multiplayer forces a minimum density. Reducing saves 10-15% CPU overhead.
View Distance
High
Heavy
Typical impact 5-20% · 8% fps cost
In Grand Theft Auto V, we recommend View Distance at High (8% fps cost).
Sets the maximum distance at which world geometry, props, and objects are rendered. The engine performs frustum culling and occlusion culling on all objects — increasing view distance dramatically increases the number of objects passing visibility tests, leading to more draw calls submitted to the GPU command processor. In UE5 titles, this also affects Nanite virtual geometry streaming range. The CPU cost of scene traversal and draw call submission often bottlenecks before the GPU at extreme view distances.
In Grand Theft Auto V: Scales the frustum culling distance for buildings, props, and world objects. At Ultra, RAGE renders the full Los Santos skyline from Blaine County, keeping thousands of building meshes and road prop draw calls active simultaneously. The CPU overhead of scene traversal and draw call submission in RAGE's largely single-threaded renderer is as much a concern as raw GPU fill rate — at Ultra in open areas the CPU render thread can become the bottleneck. Reducing from Ultra to High meaningfully cuts draw call count and is one of the most impactful quality-of-life drops on CPU-limited systems.