]> git.tdb.fi Git - libs/gl.git/history - source/core/buffer.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / buffer.h
2021-12-27 Mikko RasaMake Buffer::AsyncTransfer default-constructible and...
2021-12-24 Mikko RasaRedesign asynchronous buffer uploads
2021-12-20 Mikko RasaMultiplex streaming buffer contents on Vulkan
2021-11-17 Mikko RasaAdd validation for mapping buffers
2021-11-17 Mikko RasaAdd a usage parameter to Buffer
2021-10-30 Mikko RasaUpdate and improve documentation
2021-10-30 Mikko RasaUse size_t to store sizes of buffers and such
2021-10-29 Mikko RasaRemove some unused and unnecessary things
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory
2021-09-30 Mikko RasaClean up includes and forward declarations for the...
2021-09-30 Mikko RasaCompletely hide OpenGL from the public headers
2021-09-30 Mikko RasaRefactor uploading texture data from a buffer
2021-09-18 Mikko RasaUse friend declarations to access OpenGL IDs of objects
2021-09-18 Mikko RasaRemove the separate allocation step from textures and...
2021-09-18 Mikko RasaRemove remaining deprecated things from the core classes
2021-09-16 Mikko RasaUse a scratch binding to modify textures and buffers
2021-08-16 Mikko RasaRewrite state management
2021-08-12 Mikko RasaRemove the notion of default binding point from Buffer
2021-08-09 Mikko RasaStore implementation limits in a central struct
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-03-29 Mikko RasaTrack allocation status of Buffer
2021-02-14 Mikko RasaRearrange soucre files into subdirectories