| 656 | } |
| 657 | |
| 658 | const D3D12_INPUT_ELEMENT_DESC* Model::InputElements() |
| 659 | { |
| 660 | return StandardInputElements; |
| 661 | } |
| 662 | |
| 663 | const InputElementType* Model::InputElementTypes() |
| 664 | { |
nothing calls this directly
no outgoing calls
no test coverage detected