HLSL: Fix #1154: Support PointSize, as an attribute.
authorJohn Kessenich <cepheus@frii.com>
Wed, 6 Dec 2017 14:33:36 +0000 (07:33 -0700)
committerJohn Kessenich <cepheus@frii.com>
Wed, 6 Dec 2017 14:33:36 +0000 (07:33 -0700)
commitcc951f818361c0d135fbfff505e70fa9473a1b9b
treee832184eb311d5362418d2b500cc64f9079e0b97
parentb0159f8565c39ae70b4c064e6476d0e150bca23a
HLSL: Fix #1154: Support PointSize, as an attribute.
Test/baseResults/hlsl.PointSize.geom.out [new file with mode: 0755]
Test/baseResults/hlsl.PointSize.vert.out [new file with mode: 0755]
Test/hlsl.PointSize.geom [new file with mode: 0644]
Test/hlsl.PointSize.vert [new file with mode: 0644]
gtests/Hlsl.FromFile.cpp
hlsl/hlslAttributes.cpp
hlsl/hlslAttributes.h
hlsl/hlslGrammar.cpp
hlsl/hlslParseHelper.cpp