Cleanup
This commit is contained in:
@@ -130,7 +130,7 @@ setupVAO = setupVAOSized numDrawableElements
|
||||
|
||||
setupVAOSized :: Int -> [Int] -> IO VAO
|
||||
setupVAOSized ndraw sizes = do
|
||||
vaoname <- mglCreateSingle glGenVertexArrays
|
||||
vaoname <- mglCreateSingle glCreateVertexArrays
|
||||
glBindVertexArray vaoname
|
||||
theVBO <- setupVBOSized ndraw sizes
|
||||
return $
|
||||
|
||||
Reference in New Issue
Block a user