MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / setScissors

Method setScissors

Source/Falcor/Core/State/GraphicsState.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void GraphicsState::setScissors(uint32_t index, const GraphicsState::Scissor& sc)
250{
251 mScissors[index] = sc;
252}
253
254void GraphicsState::breakStrongReferenceToDevice()
255{

Callers 2

setViewportMethod · 0.95
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected