Home
last modified time | relevance | path

Searched defs:ZeroQuantizer (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h139 struct ZeroQuantizer : public std::unary_function<float, KeyType> struct
141 KeyType operator()(float depth) in operator()