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