softgpu: Implement triangle texture projection.

This commit is contained in:
Unknown W. Brackets 2022-09-26 18:12:20 -07:00
parent 6282f8b05f
commit faa6c2d461
4 changed files with 46 additions and 14 deletions

View file

@ -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)