Searched defs:Texture (Results 1 – 2 of 2) sorted by relevance
28 struct Texture { struct29 Texture() { in Texture() function98 GLuint id;102 uint32_t generation;106 bool blend;110 uint32_t width;114 uint32_t height;118 bool cleanup;143 }; // struct Texture argument
53 struct Texture { struct54 GLint w;55 GLint h;56 GLuint name;