搜索文档
K
指南
API
每周快讯
示例入手
贡献
简体中文
English
指南
API
每周快讯
示例入手
贡献
简体中文
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