Lua Shader Language Helper Functions

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Function Syntax Description
discard discard() The discard function is only allowed within fragment shaders. It can be used within a fragment shader to abandon the operation on the current fragment. This function causes the fragment to be discarded and no updates to any buffers will occur.