o3de / o3de-azslc

Amazon Shader Language (AZSL) Compiler
Other
23 stars 14 forks source link

support user defined aliases in generic types #33

Open superkitcath opened 2 years ago

superkitcath commented 2 years ago

[Migrated from JIRA ATOM-2228] typealias T = float;

vector<T,4> myvec;  // is illegal today

this works in DXC so let's make it supported.

galibzon commented 2 years ago

Needs to be move to AZSLc repo