I want to sample texture in vert shader. I write like this void vert(inout appdata_full vertex) { vertex.vertex.y -= tex2Dlod(_SnowTrackTex, ...
確定! 回上一頁