Показать сообщение отдельно

  #6743  
Старый 18.02.2023, 17:23
_=Gigant=_
Участник форума
Регистрация: 19.01.2017
Сообщений: 130
С нами: 4901705

Репутация: 98
По умолчанию

Code which you can use to load images from folder into Imgui::Image

Includes you need

Код:
#define WIN32_LEAN_AND_MEAN 
#include  
#include  
#include 
#include  
#include 
#include 
#include 
#include "imgui/imgui.h"
#include "imgui/examples/imgui_impl_win32.h" 
#include "imgui/examples/imgui_impl_dx9.h"
#pragma comment(lib, "d3d9.lib") 
#pragma comment(lib, "d3dx9.lib")


After that just implement

for (int i = 0; i
 
Ответить с цитированием