Commit 6b91e70d by Nicolas Capens

Clarify the need for project and bias shader instruction flags.

Change-Id: I6efbb5b138d7fe1611c235c5062823a6386f9180 Reviewed-on: https://swiftshader-review.googlesource.com/5880Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 02ad0aa7
...@@ -508,8 +508,8 @@ namespace sw ...@@ -508,8 +508,8 @@ namespace sw
struct struct
{ {
unsigned char project : 1; unsigned char project : 1; // D3DSI_TEXLD_PROJECT
unsigned char bias : 1; unsigned char bias : 1; // D3DSI_TEXLD_BIAS
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment