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

Method setName

Source/Falcor/Utils/SplitBuffer.h:82–82  ·  view source on GitHub ↗

Sets name used for CPU reporting, and for GPU buffer names

Source from the content-addressed store, hash-verified

80
81 /// Sets name used for CPU reporting, and for GPU buffer names
82 void setName(std::string_view name) { mBufferName = name; }
83
84 /// Sets the name of the define that governs the number of buffers in the GPU code.
85 /// This is less than ideal, but there is no way to automatically detect which

Callers 2

createGpuBuffersMethod · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected