-
HLSL: add .mips[][] operator for texture types · 726bf96aLoopDawg authored
This implements mytex.mips[mip][coord] for texture types. There is some error testing, but not comprehensive. The constructs can be nested, e.g in this case the inner .mips is parsed before the completion of the outer [][] operator. tx.mips[tx.mips[a][b].x][c]
726bf96a
×