Lua Shader Texture Lookup Functions

From GiderosMobile
Revision as of 23:28, 2 July 2020 by Anthony (talk | contribs) (Created page with "Texture lookup functions are available to vertex, geometry, and fragment shaders. However, the level of detail is not implicitly computed for vertex or geometry shaders. {|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Texture lookup functions are available to vertex, geometry, and fragment shaders. However, the level of detail is not implicitly computed for vertex or geometry shaders.

Function Syntax Description
texture2D texture2D(fTexture,fTexCoord) Example