mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
26 lines
333 B
Plaintext
26 lines
333 B
Plaintext
|
material MyGUI/NoTexture
|
||
|
{
|
||
|
pass
|
||
|
{
|
||
|
vertex_program mygui_vertex
|
||
|
fragment_program mygui_fragment
|
||
|
shader_properties
|
||
|
{
|
||
|
has_texture false
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
material MyGUI/OneTexture
|
||
|
{
|
||
|
pass
|
||
|
{
|
||
|
vertex_program mygui_vertex
|
||
|
fragment_program mygui_fragment
|
||
|
shader_properties
|
||
|
{
|
||
|
has_texture true
|
||
|
}
|
||
|
}
|
||
|
}
|