]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/framebuffers/framebuffers.factor
specialized-arrays: performed some cleanup.
[factor.git] / extra / gpu / framebuffers / framebuffers.factor
index 9a594c1cd072d13e19940b020f22a0860f746fa9..76f46e4fa74b04be91550c56116d872ce5d8544e 100644 (file)
@@ -281,8 +281,8 @@ M: opengl-2 (clear-integer-color-attachment)
 M: opengl-3 (clear-integer-color-attachment)
     [ GL_COLOR 0 ] dip 4 0 pad-tail
     swap {
-        { int-type  [ >int-array  glClearBufferiv  ] }
-        { uint-type [ >uint-array glClearBufferuiv ] }
+        { int-type  [ int >c-array  glClearBufferiv  ] }
+        { uint-type [ uint >c-array glClearBufferuiv ] }
     } case ;
 
 :: (clear-color-attachment) ( type attachment value -- )