Вопрос -disable_d3d9ex

Начинающий
Статус
Оффлайн
Регистрация
27 Ноя 2019
Сообщения
55
Реакции[?]
13
Поинты[?]
0
Кто знает как в рифке/виртуосити пофиксить текст без прописывания -disable_d3d9ex в параметры запуска?
дайте фикс плез
 
Начинающий
Статус
Оффлайн
Регистрация
17 Июл 2019
Сообщения
23
Реакции[?]
3
Поинты[?]
0
replace CreateTexture(this->text_width, this->text_height

with

const uint32_t hr = this->dev->CreateTexture(this->text_width, this->text_height, 1,
D3DUSAGE_DYNAMIC, D3DFMT_A4R4G4B4,
D3DPOOL_DEFAULT, &this->texture, nullptr);
 
Пользователь
Статус
Оффлайн
Регистрация
16 Дек 2018
Сообщения
183
Реакции[?]
92
Поинты[?]
0
replace CreateTexture(this->text_width, this->text_height

with

const uint32_t hr = this->dev->CreateTexture(this->text_width, this->text_height, 1,
D3DUSAGE_DYNAMIC, D3DFMT_A4R4G4B4,
D3DPOOL_DEFAULT, &this->texture, nullptr);
What he said ^-
i was about to post then i read it Lol
 
Сверху Снизу