Skip to content

Commit

Permalink
Remove duplicate definition of single-cubemap
Browse files Browse the repository at this point in the history
  • Loading branch information
PuercoPop committed Aug 22, 2016
1 parent f8ba266 commit ccb88cc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions backend.lisp
Expand Up @@ -138,16 +138,6 @@
(reuse-texture-id reuse-enum)
(flags :unsigned-int))

(cffi:defcfun ("SOIL_create_OGL_single_cubemap"
soil-create-ogl-single-cubemap) :unsigned-int
(data :pointer)
(width :int)
(height :int)
(channels :int)
(face-order :pointer)
(reuse-texture-id reuse-enum)
(flags :unsigned-int))

(cffi:defcfun ("SOIL_load_image" soil-load-image) (:pointer :unsigned-char)
(filename :pointer)
(width (:pointer :int))
Expand Down

0 comments on commit ccb88cc

Please sign in to comment.