softgpu: Implement triangle texture projection.
This commit is contained in:
parent
6282f8b05f
commit
faa6c2d461
4 changed files with 46 additions and 14 deletions
|
@ -54,6 +54,7 @@ struct RasterizerState {
|
|||
bool minFilt : 1;
|
||||
bool magFilt : 1;
|
||||
bool antialiasLines : 1;
|
||||
bool textureProj : 1;
|
||||
};
|
||||
|
||||
#if defined(SOFTGPU_MEMORY_TAGGING_DETAILED) || defined(SOFTGPU_MEMORY_TAGGING_BASIC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue