| 610 | } |
| 611 | |
| 612 | InputLayoutHandle DeviceWrapper::createInputLayout(const VertexAttributeDesc* d, uint32_t attributeCount, IShader* vertexShader) |
| 613 | { |
| 614 | return m_Device->createInputLayout(d, attributeCount, vertexShader); |
| 615 | } |
| 616 | |
| 617 | EventQueryHandle DeviceWrapper::createEventQuery() |
| 618 | { |
nothing calls this directly
no outgoing calls
no test coverage detected