12 lines
212 B
Python
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()
|