Home
last modified time | relevance | path

Searched refs:sphere_ptx (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Doptixraytracer.cpp248 std::string sphere_ptx = load_ptx_file ("sphere.ptx"); in init_optix_context() local
250 if (sphere_ptx.empty() || quad_ptx.empty()) in init_optix_context()
254 sphere_bounds = m_optix_ctx->createProgramFromPTXString (sphere_ptx, "bounds"); in init_optix_context()
256 sphere_intersect = m_optix_ctx->createProgramFromPTXString (sphere_ptx, "intersect"); in init_optix_context()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Doptixraytracer.cpp248 std::string sphere_ptx = load_ptx_file ("sphere.ptx"); in init_optix_context() local
250 if (sphere_ptx.empty() || quad_ptx.empty()) in init_optix_context()
254 sphere_bounds = m_optix_ctx->createProgramFromPTXString (sphere_ptx, "bounds"); in init_optix_context()
256 sphere_intersect = m_optix_ctx->createProgramFromPTXString (sphere_ptx, "intersect"); in init_optix_context()