]> git.tdb.fi Git - libs/gl.git/history - source/core/datatype.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / datatype.h
2022-04-15 Mikko RasaAdd support for storage images in Renderer and Pipeline...
2021-10-30 Mikko RasaAdd uint vector types to DataType
2021-10-30 Mikko RasaUpdate and improve documentation
2021-10-30 Mikko RasaUse size_t to store sizes of buffers and such
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory
2021-09-30 Mikko RasaCompletely hide OpenGL from the public headers
2021-09-28 Mikko RasaEliminate the polymorphic Uniform class hierarchy
2021-09-28 Mikko RasaAdd a TypeTraits struct to convert C++ types into DataT...
2021-09-28 Mikko RasaSet array and matrix strides for default-block uniforms
2021-09-11 Mikko RasaRework PixelComponents and PixelFormat to use custom...
2021-04-11 Mikko RasaOverhaul texture management in rendering classes
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-03-30 Mikko RasaUse DataType instead of GLenum for Program variable...
2021-03-30 Mikko RasaAdd data types for vectors, matrices, images and samplers
2021-03-20 Mikko RasaDecouple DataType from the OpenGL constants
2021-02-14 Mikko RasaRearrange soucre files into subdirectories