aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/graphics/direct/ComResource.h
blob: 36023b84b17c75d9fd952a6412f3a307930bb550 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "Base.h"

#include "cru/common/Base.h"

namespace cru::platform::graphics::win::direct {
template <typename TInterface>
struct CRU_WIN_GRAPHICS_DIRECT_API IComResource : virtual Interface {
  virtual TInterface* GetComInterface() const = 0;
};
}  // namespace cru::platform::graphics::win::direct