1 | # Copyright (c) 2001, Stanford University
|
---|
2 | # All rights reserved.
|
---|
3 | #
|
---|
4 | # See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | #:enable:lineSmooth:GL_LINE_SMOOTH
|
---|
6 | #:enable:lineStipple:GL_LINE_STIPPLE
|
---|
7 | #:width:width:LineWidth
|
---|
8 | #lineStipple:stipple:repeat,pattern:LineStipple
|
---|
9 | :vpEnable:vpEnabled:Enable:GL_VERTEX_PROGRAM_NV
|
---|
10 | :fpEnable:fpEnabled:Enable:GL_FRAGMENT_PROGRAM_NV
|
---|
11 | %flush
|
---|
12 | :vpBinding:currentVertexProgram->id:BindProgramNV,GL_VERTEX_PROGRAM_NV
|
---|
13 | :fpBinding:currentFragmentProgram->id:BindProgramNV,GL_FRAGMENT_PROGRAM_NV
|
---|
14 | #:errorPos:errorPos:ErrorPos
|
---|