| 128 | } |
| 129 | |
| 130 | ALResult Tr2DrawUPHelper::FillUPIndexBuffer( |
| 131 | uint32_t indexCount, |
| 132 | const uint16_t* indices, |
| 133 | ::Tr2BufferAL& buffer, |
| 134 | Tr2RenderContextAL& renderContext, |
| 135 | Tr2PrimaryRenderContextAL& device ) |
| 136 | { |
| 137 | return FillUPIndexBuffer( indexCount, |
| 138 | (const void*)indices, |
| 139 | 2, |
| 140 | buffer, |
| 141 | renderContext, |
| 142 | device ); |
| 143 | } |
| 144 | |
| 145 | ALResult Tr2DrawUPHelper::FillUPIndexBuffer( |
| 146 | uint32_t indexCount, |
nothing calls this directly
no test coverage detected