end
None.
Ends vertex shader processing.
You must call this instruction after the vertex shader has finished writing all its output data.
This single instruction uses two instructions' worth of space in a program.
If you call this instruction before all of the output data has been written, the output data will be undefined.
None.
main:
...
end
CONFIDENTIAL