| 2296 | } |
| 2297 | |
| 2298 | bool DeviceWrapper::queryFeatureSupport(Feature feature, void* pInfo, size_t infoSize) |
| 2299 | { |
| 2300 | return m_Device->queryFeatureSupport(feature, pInfo, infoSize); |
| 2301 | } |
| 2302 | |
| 2303 | FormatSupport DeviceWrapper::queryFormatSupport(Format format) |
| 2304 | { |
no outgoing calls
no test coverage detected