Searched defs:BufferSpec (Results 1 – 2 of 2) sorted by relevance
96 struct BufferSpec struct98 int count;99 int size;100 int componentCount;101 int stride;102 int offset;104 GLenum type;106 int intRangeMin;107 int intRangeMax;109 float floatRangeMin;[all …]
69 struct BufferSpec struct71 BufferSpec(void) : format(GL_NONE), width(0), height(0), samples(0) in BufferSpec() argument75 BufferSpec(uint32_t format_, int width_, int height_, int samples_) in BufferSpec() function83 uint32_t format;84 int width;85 int height;86 int samples;