Searched defs:FboFormatInfo (Results 1 – 1 of 1) sorted by relevance
126 struct FboFormatInfo { struct127 FboAttachmentType type;128 GLenum rb_format;129 GLsizei rb_multisamples;130 bool rb_external;132 GLint tex_internalformat;133 GLenum tex_format;134 GLenum tex_type;135 GLsizei tex_multisamples;136 GLint tex_level;[all …]