2025-07-29 20:23:06 +03:00

14 lines
206 B
C++

#pragma once
// used: call virtual function
#include "../../utilities/memory.h"
// forward declarations
struct IDXGISwapChain;
class ISwapChainDx11
{
MEM_PAD(0x170);
IDXGISwapChain* pDXGISwapChain;
};