Открыть боковую панель
OpenXRay
xray-16
Коммиты
481d4dc8
Коммит
481d4dc8
создал
Авг 17, 2023
по автору
xottab-duty
Просмотр файлов
Fixed resources leak in renderers
владелец
222775c7
Изменения
1
Скрыть пробелы
Построчно
Рядом
src/Layers/xrRender/r__dsgraph_structure.h
Просмотр файла @
481d4dc8
...
...
@@ -129,21 +129,21 @@ struct R_dsgraph_structure
for
(
int
i
=
0
;
i
<
SHADER_PASSES_MAX
;
++
i
)
{
mapNormalPasses
[
0
][
i
].
clear
();
mapNormalPasses
[
1
][
i
].
clear
();
mapMatrixPasses
[
0
][
i
].
clear
();
mapMatrixPasses
[
1
][
i
].
clear
();
mapNormalPasses
[
0
][
i
].
destroy
();
mapNormalPasses
[
1
][
i
].
destroy
();
mapMatrixPasses
[
0
][
i
].
destroy
();
mapMatrixPasses
[
1
][
i
].
destroy
();
}
mapSorted
.
clear
();
mapHUD
.
clear
();
mapLOD
.
clear
();
mapDistort
.
clear
();
mapHUDSorted
.
clear
();
mapSorted
.
destroy
();
mapHUD
.
destroy
();
mapLOD
.
destroy
();
mapDistort
.
destroy
();
mapHUDSorted
.
destroy
();
#if RENDER != R_R1
mapWmark
.
clear
();
mapEmissive
.
clear
();
mapHUDEmissive
.
clear
();
mapWmark
.
destroy
();
mapEmissive
.
destroy
();
mapHUDEmissive
.
destroy
();
#endif
cmd_list
.
Invalidate
();
}
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать