Lines Matching defs:FboProps
45 struct FboProps { struct
46 GLuint name;
47 bool previouslyBound;
48 std::vector<GLuint> colorAttachmenti_textures;
49 GLuint depthAttachment_texture;
50 GLuint stencilAttachment_texture;
51 GLuint depthstencilAttachment_texture;
53 std::vector<bool> colorAttachmenti_hasTex;
54 bool depthAttachment_hasTexObj;
55 bool stencilAttachment_hasTexObj;
56 bool depthstencilAttachment_hasTexObj;
58 std::vector<GLuint> colorAttachmenti_rbos;
59 GLuint depthAttachment_rbo;
60 GLuint stencilAttachment_rbo;
61 GLuint depthstencilAttachment_rbo;
63 std::vector<bool> colorAttachmenti_hasRbo;
64 bool depthAttachment_hasRbo;
65 bool stencilAttachment_hasRbo;
66 bool depthstencilAttachment_hasRbo;