| 42 | } |
| 43 | |
| 44 | void PassthroughDrawStrategy::SetData(const DrawItem* data, size_t count) |
| 45 | { |
| 46 | m_Data = data; |
| 47 | m_Count = count; |
| 48 | } |
| 49 | |
| 50 | static int CompareDrawItemsOpaque(const DrawItem* a, const DrawItem* b) |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected