ovrDistortionMesh_

Describes a full set of distortion mesh data, filled in by ovrHmd_CreateDistortionMesh. Contents of this data structure, if not null, should be freed by ovrHmd_DestroyDistortionMesh.

Members

Variables

IndexCount
uint IndexCount;
Undocumented in source.
VertexCount
uint VertexCount;
Undocumented in source.
pIndexData
ushort* pIndexData;
Undocumented in source.
pVertexData
ovrDistortionVertex* pVertexData;
Undocumented in source.

Meta