steve-lunarg
|
efe9724795
|
HLSL: Add EHTokStringConstant, so that string attributes may be parsed
|
2016-08-22 17:13:17 -06:00 |
|
John Kessenich
|
b9e39120b4
|
HLSL: Partially address issue #463: accept GLSL layout(...).
This includes all "per variable" layout qualifiers, but the
key ones mattering and tested for now are:
set=
binding=
constant_id=
push_constant
|
2016-08-17 17:38:45 -06:00 |
|
John Kessenich
|
3d157c510f
|
HLSL: cbuffer and tbuffer grammar and production.
|
2016-07-25 16:05:33 -06:00 |
|
LoopDawg
|
9249c709b0
|
HLSL: add in/out/inout qualifiers.
|
2016-07-12 20:50:34 -06:00 |
|
LoopDawg
|
4886f69734
|
HLSL: Sampler/texture declarations, method syntax, partial Sample method
|
2016-07-12 15:57:46 -06:00 |
|
John Kessenich
|
630dd7da43
|
HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc.
Details within these bear even more fleshing out, but would like to have
that driven by actual need.
|
2016-06-12 23:54:31 -06:00 |
|
John Kessenich
|
71351de879
|
HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others.
|
2016-06-09 01:33:10 -06:00 |
|
John Kessenich
|
34fb036a9c
|
HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ...
|
2016-05-03 23:33:00 -06:00 |
|
John Kessenich
|
e01a9bc8c0
|
HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test.
|
2016-03-12 21:40:08 -07:00 |
|