MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / SetPixelOffset

Method SetPixelOffset

src/engine/View.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void PlanarView::SetPixelOffset(const float2 offset)
115{
116 m_PixelOffset = offset;
117 m_CacheValid = false;
118}
119
120void PlanarView::SetArraySlice(int arraySlice)
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected