From 39112f1fd1d62c6f97f4309fe043efbb1896ea1c Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Wed, 1 Oct 2025 23:55:30 +0800 Subject: [PATCH] vault backup: 2025-10-01 23:55:30 --- .../Directx12/DirectX12学习笔记(2)——Direct3D初始化.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-ComputerGraphics/Directx12/DirectX12学习笔记(2)——Direct3D初始化.md b/04-ComputerGraphics/Directx12/DirectX12学习笔记(2)——Direct3D初始化.md index b537695..37ba591 100644 --- a/04-ComputerGraphics/Directx12/DirectX12学习笔记(2)——Direct3D初始化.md +++ b/04-ComputerGraphics/Directx12/DirectX12学习笔记(2)——Direct3D初始化.md @@ -16,6 +16,6 @@ rating: ⭐ # 交换链 D3D使用IDXGISwapChain控制前后缓存交换。 - ResizeBuffers() -- +- Present():呈现缓冲区内容。