Searched defs:glsl_struct_field (Results 1 – 1 of 1) sorted by relevance
929 struct glsl_struct_field { struct930 const struct glsl_type *type;931 const char *name;940 int location;948 int offset;954 int xfb_buffer;960 int xfb_stride;966 unsigned interpolation:2;972 unsigned centroid:1;978 unsigned sample:1;[all …]