]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/demos/bunny/bunny.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / gpu / demos / bunny / bunny.factor
index 813e846e321348946f3ae2781016dc8fe2889922..2c1b2658a022e70b591033e3c19963109cf54c7d 100644 (file)
@@ -86,7 +86,7 @@ UNIFORM-TUPLE: loading-uniforms
     [ string>number ] map ; inline
 
 : <bunny-vertex> ( vertex -- struct )
-    bunny-vertex-struct <struct>
+    bunny-vertex-struct new
         swap first3 0.0 float-4-boa >>vertex ; inline
 
 : (read-line-tokens) ( seq stream -- seq )