| 1003 | } |
| 1004 | |
| 1005 | void reset() |
| 1006 | { |
| 1007 | _filter_min = SamplerFilter::COUNT; |
| 1008 | _filter_mag = SamplerFilter::COUNT; |
| 1009 | _wrap_u = SamplerWrap::COUNT; |
| 1010 | _wrap_v = SamplerWrap::COUNT; |
| 1011 | _wrap_w = SamplerWrap::COUNT; |
| 1012 | } |
| 1013 | |
| 1014 | u32 encode() const |
| 1015 | { |
no outgoing calls
no test coverage detected