mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
D3D11: Use ComPtr smart pointer where possible
This commit is contained in:
parent
3d8014beb5
commit
1151a1238f
16 changed files with 146 additions and 235 deletions
|
@ -10,7 +10,7 @@ namespace DX11
|
|||
class BBox
|
||||
{
|
||||
public:
|
||||
static ID3D11UnorderedAccessView*& GetUAV();
|
||||
static ID3D11UnorderedAccessView* GetUAV();
|
||||
static void Init();
|
||||
static void Shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue