7 lines
125 B
Python
7 lines
125 B
Python
SUPPORT_FEATURE = (
|
|
'simple_render_algo',
|
|
'gpu_accelerate',
|
|
'intel_gpu_accelerate',
|
|
)
|
|
SOFTWARE_VERSION = '0.0.1'
|