Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/tests/D3D12Test.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

#include "tests/GPGMMTest.h"

#include <memory>
#include <string>
#include <vector>

#include <gpgmm_d3d12.h>

#include "gpgmm/d3d12/D3D12Platform.h"

#define ASSERT_FAILED(expr) ASSERT_TRUE(FAILED(expr))
Expand All @@ -33,14 +35,8 @@

namespace gpgmm::d3d12 {

struct RESOURCE_ALLOCATOR_DESC;
struct RESIDENCY_MANAGER_DESC;

class Caps;

GPGMM_INTERFACE IResourceAllocator;
GPGMM_INTERFACE IResidencyManager;

D3D12_MESSAGE_SEVERITY GetMessageSeverity(MessageSeverity MessageSeverity);
long GetRefCount(IUnknown* unknown);

Expand Down