]> git.tdb.fi Git - libs/gl.git/history - source/core/vertexsetup.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / vertexsetup.cpp
2021-11-17 Mikko RasaAdd support for padding in vertex formats
2021-11-09 Mikko RasaMove backend information into Device
2021-10-11 Mikko RasaFix incorrect exception messages
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-10-01 Mikko RasaRefactor VertexSetup format checking
2021-09-30 Mikko RasaWrap Limits into a DeviceInfo struct
2021-09-30 Mikko RasaClean up includes and forward declarations for the...
2021-09-26 Mikko RasaRemove the misc.h header
2021-09-18 Mikko RasaUse friend declarations to access OpenGL IDs of objects
2021-09-18 Mikko RasaSpecify underlying type for format descriptor enums
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-15 Mikko RasaAdd support for integer vertex attributes
2021-09-15 Mikko RasaMake VertexFormat capable of storing type information
2021-09-05 Mikko RasaStore index type in VertexSetup
2021-08-16 Mikko RasaRewrite state management
2021-08-09 Mikko RasaStore implementation limits in a central struct
2021-08-04 Mikko RasaOnly allow VertexArray's format to be set once
2021-05-13 Mikko RasaClear VertexSetup state when a Mesh is unloaded
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-03-28 Mikko RasaMove checking of vertex attribute indices to VertexSetup
2021-03-21 Mikko RasaRearrange vertex attributes
2021-03-21 Mikko RasaRename VertexComponent to VertexAttribute
2021-02-14 Mikko RasaRearrange soucre files into subdirectories