2import triro.backend.ops
as hops
8 from setuptools
import msvc
9 msvc_env = msvc.EnvironmentInfo(
'amd64')
10 msvc_dir_candidates = msvc_env.VCTools
11 for d
in msvc_dir_candidates:
15 os.environ[
'Path'] = os.environ[
'Path'] + f
';{msvc_dir}'
19hops.create_optix_context()
20hops.create_optix_module()
21hops.create_optix_pipelines()