Searched defs:SWR_FETCH_CONTEXT (Results 1 – 1 of 1) sorted by relevance
546 struct SWR_FETCH_CONTEXT struct548 const SWR_VERTEX_BUFFER_STATE* pStreams; // IN: array of bound vertex buffers549 const int32_t* pIndices; // IN: pointer to index buffer for indexed draws550 …t32_t* pLastIndex; // IN: pointer to end of index buffer, used for bounds checking551 uint32_t CurInstance; // IN: current instance552 uint32_t BaseVertex; // IN: base vertex553 uint32_t StartVertex; // IN: start vertex554 uint32_t StartInstance; // IN: start instance555 simdscalari VertexID; // OUT: vector of vertex IDs556 …alari CutMask; // OUT: vector mask of indices which have the cut index value