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

#include "cru/common/Base.hpp"

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