/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/Tools/ezEditor/VisualShader/Samplers.ddl
63 строки
1 KB
Jan Krassnigg
Added VSE node documentation comments (#1645)
06 сен 2025, 16:38
Не верифицирован
06 сен 2025, 16:38
6f9aece
Код
Авторство
О чём код?
Node %PointSampler { string %Category { "Texturing/Samplers" } string %Color { "Cyan" } string %Docs { "Nearest-neighbor sampler for texture sampling." } string %CodePixelSamplers { "" } OutputPin %Sampler { string %Type { "sampler" } string %Color { "Cyan" } string %Inline { "PointSampler" } } } Node %LinearSampler { string %Category { "Texturing/Samplers" } string %Color { "Cyan" } string %Docs { "Bilinear sampler for texture sampling." } string %CodePixelSamplers { "" } OutputPin %Sampler { string %Type { "sampler" } string %Color { "Cyan" } string %Inline { "LinearSampler" } } } Node %PointClampSampler { string %Category { "Texturing/Samplers" } string %Color { "Cyan" } string %Docs { "Nearest-neighbor sampler with UV clamping for texture sampling." } string %CodePixelSamplers { "" } OutputPin %Sampler { string %Type { "sampler" } string %Color { "Cyan" } string %Inline { "PointClampSampler" } } } Node %LinearClampSampler { string %Category { "Texturing/Samplers" } string %Color { "Cyan" } string %Docs { "Bilinear sampler with UV clamping for texture sampling." } string %CodePixelSamplers { "" } OutputPin %Sampler { string %Type { "sampler" } string %Color { "Cyan" } string %Inline { "LinearClampSampler" } } }