公告板
版本库
filestore
活动
搜索
登录
main
/
ASRS-3D
数字孪生系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
luxiaotao1123
2022-08-19
bbdf281616894604d41a0381961fc5f3282ceb37
[ASRS-3D.git]
/
views
/
sketh
/
shaders
/
common_PathTracing_Vertex.glsl
1
2
3
4
5
6
7
precision highp float;
precision highp int;
void main()
{
gl_Position = vec4( position, 1.0 );
}