Search Docs
K
Guide
API
This week in Our Team
Examples
Contribute
简体中文
English
Guide
API
This week in Our Team
Examples
Contribute
简体中文
English
Menu
ON THIS PAGE
Declaration
Parameters
#
2D-samples a render target texture. [???]
#
Declaration
vec4 sample2d(sampler2D texture, vec2 coord)
#
Parameters
texture
: The image or video supposed to be displayed. [???]
coord
: The normalized UV-coordinates for mapping the texture. [???]
ON THIS PAGE
Declaration
Parameters