Add bit width of types to disassembleInstruction
This commit is contained in:
parent
c6d255396f
commit
af7a94876c
43 changed files with 7980 additions and 7959 deletions
|
|
@ -82,8 +82,8 @@ gl_FragCoord origin is upper left
|
|||
19: TypeVector 6(float) 2
|
||||
20: TypeMatrix 19(fvec2) 1
|
||||
21: TypeFloat 64
|
||||
22: TypeVector 21(float) 3
|
||||
23: TypeMatrix 22(fvec3) 2
|
||||
22: TypeVector 21(float64_t) 3
|
||||
23: TypeMatrix 22(f64vec3) 2
|
||||
24: TypeInt 32 1
|
||||
25: TypeVector 24(int) 4
|
||||
26: TypeMatrix 25(ivec4) 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue