Searched defs:FormatInfo (Results 1 – 3 of 3) sorted by relevance
33 struct FormatInfo { struct34 Format format;35 uint32_t r, g, b, a;36 GLenum glFormat; // texture37 GLenum glFormat2; // renderable
40 using FormatInfo = struct { typedef
60 } FormatInfo; typedef