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

Method getData

Source/Tools/ImageCompare/ImageCompare.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 uint32_t getWidth() const { return mWidth; }
67 uint32_t getHeight() const { return mHeight; }
68 const float* getData() const { return mData.get(); }
69 float* getData() { return mData.get(); }
70
71 static std::shared_ptr<Image> create(uint32_t width, uint32_t height) { return std::make_shared<Image>(width, height); }

Callers 6

loadFromFileMethod · 0.45
compareFunction · 0.45
generateHeatMapFunction · 0.45
GPU_TESTFunction · 0.45
GPU_TESTFunction · 0.45
CPU_TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 3

GPU_TESTFunction · 0.36
GPU_TESTFunction · 0.36
CPU_TESTFunction · 0.36