microsoft / hlsl-specs

HLSL Specifications
MIT License
116 stars 29 forks source link

Add Basic.Decl #218

Closed llvm-beanz closed 3 months ago

llvm-beanz commented 4 months ago

This specifies more of the basic language behaviors including declarations and definitions.

HLSL has some small implicit differences from C & C++ for declarations and definitions. Notably the handling of global variable declarations, which are implcitly const and external unless static is specified.