| 953 | } |
| 954 | |
| 955 | bool Device::isShaderModelSupported(ShaderModel shaderModel) const |
| 956 | { |
| 957 | return ((uint32_t)shaderModel <= (uint32_t)mSupportedShaderModel); |
| 958 | } |
| 959 | |
| 960 | void Device::executeDeferredReleases() |
| 961 | { |
no outgoing calls
no test coverage detected