mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
d3d12: Clean D3D12GSRender
* Use anonymous namespace * Use a_b_c code style * Fix static analysis warning.
This commit is contained in:
parent
1ec18bdf64
commit
59c549ac86
2 changed files with 325 additions and 371 deletions
File diff suppressed because it is too large
Load diff
|
@ -452,7 +452,6 @@ public:
|
|||
private:
|
||||
void InitD2DStructures();
|
||||
void ReleaseD2DStructures();
|
||||
ID3D12Resource *writeColorBuffer(ID3D12Resource *RTT, ID3D12GraphicsCommandList *cmdlist);
|
||||
|
||||
bool LoadProgram();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue