Skip to main content

Interface TextureWrap

Simple wrapper to handle texture resources from different APIs, while accounting for resource freeing and ImGui interaction.

Assembly: ImGuiScene.dll
View Source
Declaration
public interface TextureWrap : IDisposable

Properties

ImGuiHandle

A texture handle suitable for direct use with ImGui::Image() etc.

View Source
Declaration
IntPtr ImGuiHandle { get; }

Width

View Source
Declaration
int Width { get; }

Height

View Source
Declaration
int Height { get; }