diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-13 07:04:07 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-13 07:04:07 +0000 |
| commit | 0d1da2e5a54ed0a202df0b285fa5ffb0040734e0 (patch) | |
| tree | ff946134fde3b192774b780d69e75fbb5277d946 /NativeApp | |
| parent | ImGuiDiligentRenderer: a couple of minor updates (diff) | |
| download | DiligentTools-0d1da2e5a54ed0a202df0b285fa5ffb0040734e0.tar.gz DiligentTools-0d1da2e5a54ed0a202df0b285fa5ffb0040734e0.zip | |
Minor update to match API 240069
Diffstat (limited to 'NativeApp')
| -rw-r--r-- | NativeApp/Apple/Source/Classes/iOS/EAGLView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeApp/Apple/Source/Classes/iOS/EAGLView.m b/NativeApp/Apple/Source/Classes/iOS/EAGLView.m index 930c7e2..eb7b2d9 100644 --- a/NativeApp/Apple/Source/Classes/iOS/EAGLView.m +++ b/NativeApp/Apple/Source/Classes/iOS/EAGLView.m @@ -8,7 +8,7 @@ #import "EAGLView.h" -#include "DeviceCaps.h" +#include "GraphicsTypes.h" @interface EAGLView () { |
