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

Method getWidth

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

Source from the content-addressed store, hash-verified

64 Image(uint32_t width, uint32_t height) : mWidth(width), mHeight(height), mData(std::make_unique<float[]>(width * height * 4)) {}
65
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(); }

Callers 15

executeMethod · 0.80
createLuminanceFboMethod · 0.80
reflectMethod · 0.80
createTmpFboMethod · 0.80
executeMethod · 0.80
runDifferencePassMethod · 0.80
runReductionPassesMethod · 0.80
executeMethod · 0.80
reflectMethod · 0.80
executeMethod · 0.80
renderUIMethod · 0.80

Calls

no outgoing calls

Tested by 7

executeMethod · 0.64
internalInitMethod · 0.64
captureOutputMethod · 0.64
GPU_TESTFunction · 0.64
GPU_TESTFunction · 0.64
GPU_TESTFunction · 0.64
testDDSFunction · 0.64