MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/GettingStartedWithRTXRayTracing / RasterLaunch

Class RasterLaunch

SharedUtils/RasterLaunch.h:44–85  ·  view source on GitHub ↗

This is a very light wrapper around Falcor's raster rendering that removes boilerplate and uses the SimpleVars wrapper to access variables, constant buffers, textures, etc., using a simple array [] notation and overloaded operator=() Initialization: RasterLaunch::SharedPtr mpRaster = RasterLaunch::createFromFiles("myVertex.vs.hlsl", "myFragment.ps.hlsl"); mpRaster->setScene( mpScene );

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected