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
- DirectXTK
- DESC
- CommandList
- swapchain
- Direct3D
- View
- GPU
- C언어
- DirectX
- C++
- 프로그래밍
- 다이렉트 초기화
- 다이렉트X 튜토리얼
- 게임수학
- Direct Init
- engine
- RenderTargetView
- DirectX12
- c
- UE4
- Direct3D Init
- Input Assembler
- 세팅
- 다중표본화
- 다이렉트X
- 전처리문
- vertex
- CPU
- 코딩
- 동기화
Archives
- Today
- Total
목록ClearDepthStencilView (1)
비타Cpp
Direct3D 초기화 예제
지금 까지 만들어진 응용 프로그램 프레임워크를 이용하여 간단한 예제프로그램을 만들어 보자. 이 프로그램의 주된 기능은 부모 클래스인 D3DApp이 대부분 담당하기 때문에 이 예제만의 특별한 코드는 거의 없다. #include "../../_Common/d3dApp.h" class InitDirect3DApp : public D3DApp { public: InitDirect3DApp(HINSTANCE hInstance); ~InitDirect3DApp(); virtual bool Initialize()override; private: virtual void OnResize()override; virtual void Update(const GameTimer& gt)override; virtual void D..
DirectX12/튜토리얼
2021. 12. 4. 14:45