/** Vertex format */ | /** Vertex format */ | ||||
struct vertex_info vertex_info; | struct vertex_info vertex_info; | ||||
/** Which vertex shader output slot contains point size */ | |||||
int psize_slot; | |||||
/** The tiling engine */ | /** The tiling engine */ | ||||
struct lp_setup_context *setup; | struct lp_setup_context *setup; | ||||