]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/demos/bunny/bunny.factor
Merge branch 'master' into simd-cleanup
[factor.git] / extra / gpu / demos / bunny / bunny.factor
index 7b778f05002ec8dcf7bfc20b13a0cd342fccd427..d5ecb16458331ff8b43dca7bd2e9d2562e9213c8 100644 (file)
@@ -11,7 +11,6 @@ specialized-vectors ;
 FROM: alien.c-types => float ;
 SPECIALIZED-ARRAY: float
 SPECIALIZED-VECTOR: uint
-SIMD: float
 IN: gpu.demos.bunny
 
 GLSL-SHADER-FILE: bunny-vertex-shader vertex-shader "bunny.v.glsl"