| 1813 | printf("Device %d: %s (compute capability %d.%d, %zu MB VRAM)\n", device, prop.name, |
| 1814 | prop.major, prop.minor, prop.totalGlobalMem / (1024 * 1024)); |
| 1815 | } |
| 1816 | |
| 1817 | return true; |
| 1818 | } |
| 1819 | |
| 1820 | void OverrideBcFormats(ntc::ITextureSetMetadata* textureSetMetadata) |
| 1821 | { |