from shader_types import * class GlobalVars: source_file = '' source_file_name = '' source_path = '' output_dir = '' target: TargetFormat layout: ShaderLayout global_vars = GlobalVars()