mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
D3D: Add GeometryShaderCache.
This commit is contained in:
parent
9a312e2b83
commit
d5ebdf7a97
7 changed files with 219 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "VideoBackends/D3D/BoundingBox.h"
|
||||
#include "VideoBackends/D3D/D3DBase.h"
|
||||
#include "VideoBackends/D3D/D3DState.h"
|
||||
#include "VideoBackends/D3D/GeometryShaderCache.h"
|
||||
#include "VideoBackends/D3D/PixelShaderCache.h"
|
||||
#include "VideoBackends/D3D/Render.h"
|
||||
#include "VideoBackends/D3D/VertexManager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue