diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
| commit | 5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d (patch) | |
| tree | 7af8927ca496d9a5fbfa1ce6f3ec1ae78ef6844e /Imgui/interface | |
| parent | ImGuiImplDiligent: added UpdateFontsTexture() method (diff) | |
| download | DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.tar.gz DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.zip | |
Updates to comply with the new API
Diffstat (limited to 'Imgui/interface')
| -rw-r--r-- | Imgui/interface/ImGuiImplDiligent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Imgui/interface/ImGuiImplDiligent.h b/Imgui/interface/ImGuiImplDiligent.h index 08714fd..542e76f 100644 --- a/Imgui/interface/ImGuiImplDiligent.h +++ b/Imgui/interface/ImGuiImplDiligent.h @@ -33,8 +33,8 @@ namespace Diligent { -class IRenderDevice; -class IDeviceContext; +struct IRenderDevice; +struct IDeviceContext; enum TEXTURE_FORMAT : Uint16; class ImGuiImplDiligent_Internal; |
