mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
d3d12: Add fragment constant offset cache
This commit is contained in:
parent
9d1993cdee
commit
7b6ad026c6
@ -38,6 +38,7 @@ public:
|
||||
|
||||
u32 Id;
|
||||
Microsoft::WRL::ComPtr<ID3DBlob> bytecode;
|
||||
std::vector<size_t> FragmentConstantOffsetCache;
|
||||
|
||||
/**
|
||||
* Decompile a fragment shader located in the PS3's Memory. This function operates synchronously.
|
||||
|
Loading…
x
Reference in New Issue
Block a user