LuaSTG-x Core API
|
Public Member Functions | |
function | copyTexture () |
function | create (local name) |
function | getClearColor () |
function | getInfo () |
function | getTarget () |
function | getTexture () |
function | isNeedBlendFix () |
function | pop () |
function | push () |
function | render (local shader, local blend) |
function | setClearColor (local color) |
function | setNeedBlendFix (local b) |
function | setTexParameters (local minFilter, local magFilter, local wrapS, local wrapT) |
lstg.ResRenderTarget More... | |
function copyTexture | ( | ) |
name | string |
function getClearColor | ( | ) |
function getInfo | ( | ) |
function getTarget | ( | ) |
function getTexture | ( | ) |
function isNeedBlendFix | ( | ) |
function pop | ( | ) |
function push | ( | ) |
shader | lstg.ResFX |
blend | lstg.RenderMode |
color | color4b_table |
b | boolean |
minFilter | number |
magFilter | number @gl.LINEAR gl.NEAREST |
wrapS | number |
wrapT | number @gl.REPEAT gl.MIRRORED_REPEAT gl.CLAMP_TO_EDGE gl.CLAMP_TO_BORDER |