HLSL(High Level Shading Language)の強調表示です。
# 強調するのも
- 型(float,half4x4,min10float4x4...)
- レイアウト指定(row_major,column_major...)
- 組み込み関数(abs,sin...)
- 制御文(if,while...)
- Swizzling(xyzw,xxyy...)
- セマンティクス(NORMAL,TESSFACTOR,SV_DispatchThreadID...)
- サンプラー(sampler2d...)
- テクスチャ(texture2d,texturecube...)
- バッファ(cbuffer,rwstructuredbuffer...)
- ストレージクラス(in,out,static...)
- アトリビュート(maxvertexcount,domain...)
- 構造体(struct...)
- プリプロセッサ(#if,#endif...)
- profile(techniques,fp40...)
# 連絡先
https://ohtorii.hatenadiary.jp
https://twitter.com/ohtorii
https://github.com/ohtorii
|
|
|