// Copyright Epic Games, Inc. All Rights Reserved. // Implementation of Device Context State Caching to improve draw // thread performance by removing redundant device context calls. #pragma once #include "D3D11StateCachePrivate.h" typedef FD3D11StateCacheBase FD3D11StateCache;