]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/opengl.factor
Remove many uses of <int> and *int etc
[factor.git] / basis / opengl / opengl.factor
index fda840b281c73290359712d600cb9a3c09da2acc..0589e0eede0ba22e630a182cbfc1354904eaf4f3 100644 (file)
@@ -142,7 +142,7 @@ MACRO: all-enabled-client-state ( seq quot -- )
     [ 1 { uint } ] dip with-out-parameters ; inline
 
 : (delete-gl-object) ( id quot -- )
-    [ 1 swap <uint> ] dip call ; inline
+    [ 1 swap uint <ref> ] dip call ; inline
 
 : gen-gl-buffer ( -- id )
     [ glGenBuffers ] (gen-gl-object) ;