]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/shaders/shaders.factor
Remove <uint> *uint and friends. Hopefully remove the last usages of these words
[factor.git] / basis / opengl / shaders / shaders.factor
index 76a9f969333da7d5777fe93f4b3e83ee57f61885..30df656d4a4cd2edc7b6079283263c230b49b63b 100644 (file)
@@ -8,7 +8,7 @@ SPECIALIZED-ARRAY: uint
 IN: opengl.shaders
 
 : with-gl-shader-source-ptr ( string quot -- )
-    swap ascii malloc-string [ <void*> swap call ] keep free ; inline
+    swap ascii malloc-string [ void* <ref> swap call ] keep free ; inline
 
 : <gl-shader> ( source kind -- shader )
     glCreateShader dup rot