mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Added ImGui precompiled shaders
(And removed dependency to d3dcompile)
This commit is contained in:
parent
ead81a704b
commit
3d3c8b26cd
6 changed files with 418 additions and 45 deletions
|
|
@ -22,7 +22,7 @@
|
|||
// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback and exposed ImGui_ImplDX9_RenderDrawData() in the .h file so you can call it yourself.
|
||||
// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves.
|
||||
|
||||
#include "imgui.h"
|
||||
#include "../imgui.h"
|
||||
#include "imgui_impl_dx9.h"
|
||||
|
||||
// DirectX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue