| 2179 | } |
| 2180 | |
| 2181 | void CGraphics_Threaded::IndicesNumRequiredNotify(unsigned int RequiredIndicesCount) |
| 2182 | { |
| 2183 | CCommandBuffer::SCommand_IndicesRequiredNumNotify Cmd; |
| 2184 | Cmd.m_RequiredIndicesNum = RequiredIndicesCount; |
| 2185 | AddCmd(Cmd); |
| 2186 | } |
| 2187 | |
| 2188 | int CGraphics_Threaded::IssueInit() |
| 2189 | { |
no outgoing calls
no test coverage detected