float dot2( in vec2 v ) { return dot(v,v); } float dot2( in vec3 v ) ... which is in languages like GLSL that don't have function pointers or lambdas need to ...
確定! 回上一頁