Add EOpD3DCOLORtoUBYTE4 decomposition

This commit is contained in:
steve-lunarg 2017-01-03 14:42:18 -07:00
parent affc26674d
commit 7ea7ff4cd4
7 changed files with 174 additions and 7 deletions

View file

@ -597,6 +597,7 @@ enum TOperator {
EOpLit, // HLSL lighting coefficient vector
EOpTextureBias, // HLSL texture bias: will be lowered to EOpTexture
EOpAsDouble, // slightly different from EOpUint64BitsToDouble
EOpD3DCOLORtoUBYTE4, // convert and swizzle 4-component color to UBYTE4 range
EOpMethodSample, // Texture object methods. These are translated to existing
EOpMethodSampleBias, // AST methods, and exist to represent HLSL semantics until that