Lua Shader Language Helper Functions

From GiderosMobile
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.