steve-lunarg
90707966ea
HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer
...
This commit adds l-value support for RW texture and buffer objects.
Supported are:
- pre and post inc/decrement
- function out parameters
- op-assignments, such as *=, +-, etc.
- result values from op-assignments. e.g, val=(MyRwTex[loc] *= 2);
Not supported are:
- Function inout parameters
- multiple post-inc/decrement operators. E.g, MyRWTex[loc]++++;
2016-10-12 12:39:44 -06:00
..
2016-10-08 22:07:20 -03:00
2016-09-30 16:13:06 +08:00
2016-09-30 16:13:06 +08:00
2016-09-30 16:13:06 +08:00
2016-09-30 16:13:06 +08:00
2016-09-30 16:13:06 +08:00
2016-09-19 14:56:55 -06:00
2016-10-10 16:55:04 +08:00
2016-06-16 23:31:29 -06:00
2016-10-12 12:39:44 -06:00
2016-09-30 16:13:06 +08:00
2016-05-06 13:06:11 -06:00
2016-10-01 11:40:43 -06:00
2016-09-20 20:31:27 -06:00
2015-08-09 18:15:25 -06:00
2016-09-30 16:13:06 +08:00
2016-09-22 15:58:06 -06:00
2016-10-04 17:07:45 -06:00
2015-05-15 17:30:55 +00:00
2016-10-08 22:07:20 -03:00
2016-10-08 22:07:20 -03:00
2016-10-01 18:44:38 -06:00
2016-09-30 16:13:06 +08:00
2016-08-05 17:34:34 -06:00
2016-10-08 22:07:20 -03:00
2016-05-17 10:24:00 -06:00
2016-10-02 16:57:58 -06:00
2016-10-02 16:57:58 -06:00
2014-01-11 19:29:55 +00:00
2013-08-29 00:39:25 +00:00
2016-09-30 16:13:06 +08:00
2016-08-31 13:46:50 -06:00
2016-03-12 19:08:55 -07:00
2016-10-02 16:57:58 -06:00
2016-09-30 16:13:06 +08:00
2016-09-29 23:59:26 -06:00
2016-09-30 16:13:06 +08:00
2016-09-30 16:13:06 +08:00