Image Loading Not Working #7986
zMidair
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 1 reply
-
I moved your issue to a discussion. Your code is incorrect and your question isn't really an imgui question. People here may be able to help. Compare your code to the one on this page for OpenGL:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version/Branch of Dear ImGui:
Version 1.91.0
Back-ends:
imgui-cocos
Compiler, OS:
Windows 11 + MSVC 2022
Full config/build information:
No response
Details:
Hello!
I am trying to load an image from memory but I am failing and I don't know why. It isn't showing anything on the window.
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
ImageUtils.hpp
(header I made for loading images easier)GUI.cpp
(draw func)banner.c
(image)Beta Was this translation helpful? Give feedback.
All reactions