issues
search
profan
/
gland
safer and more ergonomic OpenGL for dlang!
MIT License
0
stars
0
forks
source link
Implement functionality for corresponding OpenGL functions.
#6
Open
profan
opened
8 years ago
profan
commented
8 years ago
Drawing Functions
[x]
glDrawArrays
[x]
glDrawArraysInstanced
[ ]
glDrawBuffer
[ ]
glDrawBuffers
[x]
glDrawElements
[ ]
glDrawElementsBaseVertex
[x]
glDrawElementsInstanced
[ ]
glDrawElementsInstancedBaseVertex
[ ]
glDrawRangeElements
[ ]
glDrawRangeElementsBaseVertex
Data Copying Functions
[x]
glBufferSubData
[ ]
glCopyBufferSubData
Mapping Buffers
[ ]
glMapBuffer
[ ]
glMapBufferRange
Textures
Texture Loading
[x]
glTexImage1D
[x]
glTexImage2D
[ ]
glTexImage2DMultisample
[x]
glTexImage3D
[ ]
glTexImage3DMultisample
[ ]
glCompressedTexImage1D
[ ]
glCompressedTexImage2D
[ ]
glCompressedTexImage3D
Texture Copying
[ ]
glCopyTexImage1D
[ ]
glCopyTexImage2D
[ ]
glCopyTexSubImage1D
[ ]
glCopyTexSubImage2D
[ ]
glCopyTexSubImage3D
Texture Modification
[x]
glTexSubImage1D
[x]
glTexSubImage2D
[x]
glTexSubImage3D
[ ]
glCompressedTexSubImage1D
[ ]
glCompressedTexSubImage2D
[ ]
glCompressedTexSubImage3D
profan
commented
8 years ago
also pixel buffers and transform feedbacks and ...
Drawing Functions
Data Copying Functions
Mapping Buffers
Textures
Texture Loading
Texture Copying
Texture Modification