UnrealImGui/Source/ImGui
Sebastian dd06fcbbdf Added support for registering in module user textures to them in ImGui:
- Added ImGuiTextureHandle that is implicitly convertible to ImTextureID and can be used directly with ImGui interface.
- Added to ImGui Module interface allowing to register, update and release textures or find handles to existing resources.
- Refactored Texture Manager and added functions allowing create, update or release resources for user textures.
- Loosened resource verification policy in Texture Manager to work smoothly with external requests and to handle gracefully situations when invalid texture id is passed to ImGui.
- Introduced ‘error texture’ that is used for invalid resources.
2018-08-15 22:20:46 +01:00
..
Private Added support for registering in module user textures to them in ImGui: 2018-08-15 22:20:46 +01:00
Public Added support for registering in module user textures to them in ImGui: 2018-08-15 22:20:46 +01:00
ImGui.Build.cs Added custom property type layout for FImGuiKeyInfo. 2018-07-31 22:09:01 +01:00