]> git.tdb.fi Git - libs/gl.git/history - source/core/texture2dmultisample.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / texture2dmultisample.cpp
2022-04-19 Mikko RasaSet mip levels of multisample textures to 1
2021-11-10 Mikko RasaMove the Resource function override of Texture classes...
2021-11-09 Mikko RasaMove backend information into Device
2021-11-01 Mikko RasaMove the whole-texture image call and raw data loading...
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 RasaWrap Limits into a DeviceInfo struct
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-09-16 Mikko RasaUse a scratch binding to modify textures and buffers
2021-09-13 Mikko RasaRemove RenderBuffer and always use textures as framebuf...