mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 21:49:56 +00:00
25 lines
333 B
Text
25 lines
333 B
Text
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
|
|
}
|
|
}
|
|
}
|