Home
last modified time | relevance | path

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

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