/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
src/rendering/renderers/shared/shader/ShaderSystem.ts
12 строк
304 B
Zyie
chore: add standard/advanced tags to documentation (#11448)
03 июн 2025, 10:12
Не верифицирован
03 июн 2025, 10:12
7d91234
Код
Авторство
О чём код?
import type { System } from '../system/System'; /** * System plugin to the renderer to manage the shaders. * @category rendering * @advanced */ export interface ShaderSystem extends System { /** the maximum number of textures that can be bound to a shader */ readonly maxTextures: number; }