diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-03-28 19:57:06 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-03-28 20:00:56 +0100 |
commit | 3ac107364ba196b8c3358b2aa36cee935bf4c650 (patch) | |
tree | df7707f2a6cd7271877652ae42a6fd112e949a81 /doc/hardware.md | |
parent | fc8d11810ab9fb421bd0b48ab67563f8d8d6cf05 (diff) |
etna: implement more tgsi instructions
fixes particle_system demo
Diffstat (limited to 'doc/hardware.md')
-rw-r--r-- | doc/hardware.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hardware.md b/doc/hardware.md index c90dfc3..25d2968 100644 --- a/doc/hardware.md +++ b/doc/hardware.md @@ -316,6 +316,7 @@ Programming pecularities Ways I've already made it crash: + - Wrong number of VS inputs (must be equal to number of vertex elements) - Wrong number of temporaries in PS - Sending 3D commands in the 2D pipe instead of 3D pipe (then using a signal waiting for them to complete) - Wrong length of shader |