Module gpu_cache

Source

Structsยง

CacheRow ๐Ÿ”’
Tracks the state of each row in the GPU cache texture.
GpuCacheTexture
The device-specific representation of the cache texture in gpu_cache.rs

Enumsยง

GpuCacheBus ๐Ÿ”’
The bus over which CPU and GPU versions of the GPU cache get synchronized.

Constantsยง

GPU_CACHE_RESIZE_TEST ๐Ÿ”’
Enabling this toggle would force the GPU cache scattered texture to be resized every frame, which enables GPU debuggers to see if this is performed correctly.