| 55 | #pragma pack(push, 1) |
| 56 | template<unsigned texcoords> |
| 57 | struct MYD3DVERTEX { |
| 58 | DirectX::XMFLOAT4 Pos; |
| 59 | DirectX::XMFLOAT2 Tex[texcoords]; |
| 60 | }; |
| 61 | #pragma pack(pop) |
| 62 | |
| 63 | template<unsigned texcoords> |
nothing calls this directly
no outgoing calls
no test coverage detected