mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
llvmpipe: comments regarding lp_rast_triangle
This commit is contained in:
parent
9c1debe208
commit
c6057ab8ff
1 changed files with 4 additions and 1 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue