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