move texture to GeometryEngine
This commit is contained in:
@@ -8,11 +8,8 @@ uniform sampler2D texture;
|
||||
|
||||
varying vec2 v_texcoord;
|
||||
|
||||
//! [0]
|
||||
void main()
|
||||
{
|
||||
// Set fragment color from texture
|
||||
gl_FragColor = texture2D(texture, v_texcoord);
|
||||
}
|
||||
//! [0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user