Fix RHI format conversion and add debug logging for D3D12 tests

This commit is contained in:
2026-03-25 17:30:16 +08:00
parent 9c082c72fa
commit 295459067f
10 changed files with 146 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
#include "XCEngine/RHI/RHISampler.h"
#include "XCEngine/RHI/RHIDescriptorPool.h"
#include "XCEngine/RHI/RHIPipelineLayout.h"
#include "XCEngine/RHI/RHIEnums.h"
namespace XCEngine {
namespace RHI {
@@ -27,6 +28,7 @@ protected:
static void SetUpTestSuite();
static void TearDownTestSuite();
void WaitForGPU();
RHIDevice* GetDevice() { return mDevice; }
RHIType GetBackendType() const { return GetParam(); }