Files
mirage_slang/global_vars.py
2025-06-07 03:39:44 +08:00

12 lines
212 B
Python

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