llvmpipe: comments regarding lp_rast_triangle

This commit is contained in:
Brian Paul 2009-12-03 17:28:48 -07:00
parent 9c1debe208
commit c6057ab8ff

View file

@ -75,8 +75,11 @@ struct lp_rast_shader_inputs {
};
/* Rasterization information for a triangle known to be in this bin,
/**
* Rasterization information for a triangle known to be in this bin,
* plus inputs to run the shader:
* These fields are tile- and bin-independent.
* Objects of this type are put into the setup_context::data buffer.
*/
struct lp_rast_triangle {
/* bounding box of tri (in pixels) */