Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 세팅
- 다중표본화
- RenderTargetView
- vertex
- View
- 동기화
- GPU
- c
- 코딩
- Direct3D
- 프로그래밍
- CommandList
- 전처리문
- DirectX
- Input Assembler
- 다이렉트X
- UE4
- 다이렉트X 튜토리얼
- 게임수학
- DESC
- Direct3D Init
- DirectX12
- C언어
- swapchain
- DirectXTK
- Direct Init
- engine
- C++
- CPU
- 다이렉트 초기화
Archives
- Today
- Total
목록Command Allocator (1)
비타Cpp
Direct3D의 초기화 - 4. 명령 대기열과 명령 목록 생성
명령 대기열(Command Queue)을 대표하는 인터페이스는 ID3D12CommandQueue이고 명령 할당자(Command Allocator)를 대표하는 인터페이스는 ID3D12CommandAllocator, 명령 목록(Command List)를 대표하는 인터페이스는 ID3D12GraphicCommandList이다. 다음 함수는 명령 대기열과 명령 할당자, 명령목록을 생성하는 방법을 보여준다. //D3DApp.h Microsoft::WRL::ComPtrmCommandQueue; Microsoft::WRL::ComPtrmDirectCmdListAlloc; Microsoft::WRL::ComPtrmCommandList; //D3DApp.cpp void D3DApp::CreateCommandObjects(..
DirectX12/튜토리얼
2021. 10. 2. 12:13