Functions#

gpu::rendergraph::OMNI_DECLARE_INTERFACE(IRenderGraph)

Declare the IRenderGraph interface definition.

omni::graph::image::core::unstable::OMNI_DECLARE_INTERFACE(IPostRenderGraph)

Declare the IPostRenderGraph interface definition.

omni::graph::image::core::unstable::OMNI_DECLARE_INTERFACE(IPreRenderGraph)

Declare the IPreRenderGraph interface definition.

void omni::graph::image::unstable::scheduleCudaTask(omni::graph::core::GpuFoundationsInterfaces *gpu, omni::usd::hydra::HydraRenderProduct *rp, uint32_t deviceIndex, ComputeParams< TParams > const &computeParams, const char *renderOpName, std::function< void(ComputeParams< TParams > *, cudaStream_t)> const &computeCuda)

Schedule a CUDA task on the post render graph.