aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/graph/direct/com_resource.hpp
blob: a6c83434a22deff7a7f8a36097f6a71bfd8be0fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "../../win_pre_config.hpp"

#include "cru/common/base.hpp"

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