Updated D3D12Renderer for testing.

This commit is contained in:
2025-11-11 16:10:17 +09:00
parent 56f73e774b
commit fb003da26a
7 changed files with 107 additions and 87 deletions

View File

@@ -39,9 +39,8 @@ public interface IRenderer : IDisposable
/// <summary>
/// Requests a resize operation
/// </summary>
/// <param name="width">New width</param>
/// <param name="height">New height</param>
public void RequestResize(uint width, uint height);
/// <param name="newSize">New size</param>
public void RequestResize(uint2 newSize);
/// <summary>
/// Waits for the GPU to complete all work