Further directx cleaning.
This commit is contained in:
parent
d99a36f24f
commit
7fcc8e43ae
23 changed files with 401 additions and 304 deletions
|
@ -72,6 +72,8 @@ private:
|
|||
Microsoft::WRL::ComPtr<IDXGISwapChain4> mSwapChain;
|
||||
|
||||
Microsoft::WRL::ComPtr<ID3D12DescriptorHeap> mRtvHeap;
|
||||
Microsoft::WRL::ComPtr<ID3D12DescriptorHeap> mSrvHeap;
|
||||
Microsoft::WRL::ComPtr<ID3D12DescriptorHeap> mCbvHeap;
|
||||
UINT mRtvDescriptorSize{ 0 };
|
||||
|
||||
Microsoft::WRL::ComPtr<ID3D12Resource> mRenderTargets[FrameCount];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue