10 lines
81 B
GLSL
10 lines
81 B
GLSL
wireframe
|
|
{
|
|
program wireframe
|
|
|
|
{
|
|
if r_wireframe == 1
|
|
nodepthtest
|
|
endif
|
|
}
|
|
}
|