Home
last modified time | relevance | path

Searched defs:PVRTShadowVolShadowMesh (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.h47 struct PVRTShadowVolShadowMesh { struct
48 PVRTVECTOR3 *pV; /*!< Unique vertices in object space */
49 PVRTShadowVolMEdge *pE; /*!< Unique edges in object space */
50 PVRTShadowVolMTriangle *pT; /*!< Unique triangles in object space */
51 unsigned int nV; /*!< Vertex count */
52 unsigned int nE; /*!< Edge count */
53 unsigned int nT; /*!< Triangle count */
56 ID3D11Buffer *pivb; /*!< Two copies of the vertices */
59 unsigned int pivb; /*!< Two copies of the vertices */
62 void *pivb; /*!< Two copies of the vertices */