| 948 | } |
| 949 | |
| 950 | bool Device::isFeatureSupported(SupportedFeatures flags) const |
| 951 | { |
| 952 | return is_set(mSupportedFeatures, flags); |
| 953 | } |
| 954 | |
| 955 | bool Device::isShaderModelSupported(ShaderModel shaderModel) const |
| 956 | { |
no outgoing calls
no test coverage detected