MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / SSize

Method SSize

Bench/src/CImage.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31struct SSize
32{
33 SSize() { }
34 SSize(uint W, uint H)
35 : Width(W),
36 Height(H)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected