|
Sleeping Wombat GUI
0.100
swGUI
|
#include "swGraphicAPI/DX11API/stdafx.h"#include "DX11Renderer.h"#include "DX11Initializer/DX11ConstantsMapper.h"#include "DX11Resources/DX11InputLayout.h"#include "DX11Resources/DX11Buffer.h"#include "DX11Resources/DX11VertexShader.h"#include "DX11Resources/DX11PixelShader.h"#include "DX11Resources/DX11Texture.h"#include "DX11Resources/DX11RenderTarget.h"#include "swCommonLib/Common/MemoryLeaks.h"Macros | |
| #define | ThrowIfNull(ptr, message) |
| #define ThrowIfNull | ( | ptr, | |
| message | |||
| ) |
1.8.9.1