libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
gfx_direct3d11.h
Go to the documentation of this file.
1#ifdef ENABLE_DX11
2
3#ifndef GFX_DIRECT3D11_H
4#define GFX_DIRECT3D11_H
5
6#include "gfx_rendering_api.h"
7#include <imgui.h>
8
9#endif
10
11#endif