Skip to content
Snippets Groups Projects
Commit d76b3bb0 authored by Michał Król's avatar Michał Król
Browse files

tgsi: Document ARB_vertex_program instruction set operations.

parent 8823d01f
No related merge requests found
......@@ -568,3 +568,19 @@ TGSI Instruction Specification
dst.w = (src.w > 0.0) ? 1.0 : (src.w < 0.0) ? -1.0 : 0.0
1.7 GL_ARB_vertex_program
--------------------------
1.7.1 SWZ - Extended Swizzle
dst.x = src.x
dst.y = src.y
dst.z = src.z
dst.w = src.w
1.7.2 XPD - Cross Product
Alias for CROSSPRODUCT.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment