Files
BlueRoseNote/04-ComputerGraphics/Directx12/DirectX12学习笔记(2)——Direct3D初始化.md

22 lines
388 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: DirectX12学习笔记2——Direct3D初始化
date: 2023-03-01 19:39:43
excerpt:
tags:
rating: ⭐
---
# Com接口
需要包含头文件#include <wrl.h>
常用方法
- Get()取得Com接口对象。
- GetAdressof()取得Com接口指针地址。
- Rest():释放相关使用。
# 交换链
D3D使用IDXGISwapChain控制前后缓存交换。
- ResizeBuffers()
-