MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / MYD3DVERTEX

Class MYD3DVERTEX

Source/DX9VideoProcessor.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55#pragma pack(push, 1)
56template<unsigned texcoords>
57struct MYD3DVERTEX {
58 DirectX::XMFLOAT4 Pos;
59 DirectX::XMFLOAT2 Tex[texcoords];
60};
61#pragma pack(pop)
62
63template<unsigned texcoords>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected