해결된 질문
작성
·
208
0
영상:
깃허브:
WindowInfo _window;
D3D12_VIEWPORT _viewport = {};
D3D12_RECT _scissorRect = {};
shared_ptr<Device> _device;
shared_ptr<CommandQueue> _cmdQueue;
shared_ptr<SwapChain> _swapChain;
shared_ptr<RootSignature> _rootSignature;
shared_ptr<ConstantBuffer> _cb;
shared_ptr<TableDescriptorHeap> _tableDescHeap;
파일을 잘못 받은건가요?