#pragma once #include "Base.h" #include #include namespace Light { struct dxSharedContext { Microsoft::WRL::ComPtr deviceContext; Microsoft::WRL::ComPtr swapChain; Microsoft::WRL::ComPtr renderTargetView; }; }