Searched defs:FboProps (Results 1 – 1 of 1) sorted by relevance
82 struct FboProps { struct83 GLuint name;84 bool previouslyBound;85 bool completenessDirty;86 GLenum cachedCompleteness;87 std::vector<std::shared_ptr<TextureRec>> colorAttachmenti_textures;88 std::vector<GLint> colorAttachmenti_texture_levels;89 std::vector<GLint> colorAttachmenti_texture_layers;91 GLint depthAttachment_texture_level;92 GLint depthAttachment_texture_layer;[all …]