| 1046 | } |
| 1047 | |
| 1048 | size_t Device::getTextureRowAlignment() const |
| 1049 | { |
| 1050 | size_t alignment = 1; |
| 1051 | mGfxDevice->getTextureRowAlignment(&alignment); |
| 1052 | return alignment; |
| 1053 | } |
| 1054 | |
| 1055 | #if FALCOR_HAS_CUDA |
| 1056 |
no outgoing calls
no test coverage detected