/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/Demos/scripting/dwsshaders/DwsShader.dpr
21 строка
458 B
GLScene
merged glscene and glxene projects
15 фев 2023, 01:57
15 фев 2023, 01:57
73ab356
Код
Авторство
О чём код?
(* Scripting a Shader with DelphiWebScriptII A very simple example of how the GLUserShader and scripting components can be used to build a scripted material shader. The Tdws2OpenGLxUnit requires the Tdws2VectorGeometryUnit to be associated with the script. *) program DwsShader; uses Vcl.Forms, DwsShaderFm in 'DwsShaderFm.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.