@@ -113,7 +113,7 @@ class GetPName p => GetPName1F p where
113113 getClampd1 = get1 getDoublev
114114
115115-- | Helper function for the get*1 functions.
116- get1 :: (Storable b , Storable c , GetPName p )
116+ get1 :: (Storable b , Storable c )
117117 => (p -> Ptr c -> IO () )
118118 -> (b -> a ) -- ^ Conversion from the casted value to the return value
119119 -> p -> IO a
@@ -138,7 +138,7 @@ class GetPName p => GetIPName1I p where
138138 getInteger641i = get1i getInteger64iv
139139
140140-- Indexed helper
141- get1i :: (Storable b , Storable c , GetPName p )
141+ get1i :: (Storable b , Storable c )
142142 => (p -> GLuint -> Ptr c -> IO () )
143143 -> (b -> a ) -- ^ Conversion from the casted value to the return value
144144 -> p -> GLuint -> IO a
@@ -175,7 +175,7 @@ class GetPName p => GetPName2F p where
175175 getClampd2 = get2 getDoublev
176176
177177-- | Helper function for the get*2 functions.
178- get2 :: (Storable b , Storable c , GetPName p )
178+ get2 :: (Storable b , Storable c )
179179 => (p -> Ptr c -> IO () )
180180 -> (b -> b -> a ) -- ^ Conversion from the casted value to the return value
181181 -> p -> IO a
@@ -212,7 +212,7 @@ class GetPName p => GetPName3F p where
212212 getClampd3 = get3 getDoublev
213213
214214-- | Helper function for the get*3 functions.
215- get3 :: (Storable b , Storable c , GetPName p )
215+ get3 :: (Storable b , Storable c )
216216 => (p -> Ptr c -> IO () )
217217 -> (b -> b -> b -> a ) -- ^ Conversion from the casted value to the return value
218218 -> p -> IO a
@@ -249,7 +249,7 @@ class GetPName p => GetPName4F p where
249249 getClampd4 = get4 getDoublev
250250
251251-- | Helper function for the get*4 functions.
252- get4 :: (Storable b , Storable c , GetPName p )
252+ get4 :: (Storable b , Storable c )
253253 => (p -> Ptr c -> IO () )
254254 -> (b -> b -> b -> b -> a ) -- ^ Conversion from the casted value to the return value
255255 -> p -> IO a
@@ -271,7 +271,7 @@ class GetPName p => GetIPName4I p where
271271 getSizei4i = get4i getIntegeriv
272272
273273-- | Helper function for the get*4 functions.
274- get4i :: (Storable b , Storable c , GetPName p )
274+ get4i :: (Storable b , Storable c )
275275 => (p -> GLuint -> Ptr c -> IO () )
276276 -> (b -> b -> b -> b -> a ) -- ^ Conversion from the casted value to the return value
277277 -> p -> GLuint -> IO a
0 commit comments