Searched defs:FboSpec (Results 1 – 1 of 1) sorted by relevance
314 struct FboSpec struct316 int width;317 int height;318 int samples;320 …FboSpec(int width_, int height_, int samples_) : width(width_), height(height_), samples(samples_)… in FboSpec() function