Added image wrapper (#74)

Raw.image and sdl2/gl example "image"

Wrappers should be backend-specific due to different handling of `userTextureIDPtr`.
This commit is contained in:
jpwidera
2021-09-12 12:35:03 +02:00
committed by GitHub
parent c7a694bce8
commit f3b85899f2
4 changed files with 168 additions and 0 deletions

View File

@ -125,6 +125,7 @@ module DearImGui
, smallButton
, invisibleButton
, arrowButton
, Raw.image
, checkbox
, progressBar
, Raw.bullet