Searched defs:SWR_FETCH_CONTEXT (Results 1 – 1 of 1) sorted by relevance
581 struct SWR_FETCH_CONTEXT struct583 const SWR_VERTEX_BUFFER_STATE* pStreams; // IN: array of bound vertex buffers584 const int32_t* pIndices; // IN: pointer to index buffer for indexed draws585 …t32_t* pLastIndex; // IN: pointer to end of index buffer, used for bounds checking586 uint32_t CurInstance; // IN: current instance587 uint32_t BaseVertex; // IN: base vertex588 uint32_t StartVertex; // IN: start vertex589 uint32_t StartInstance; // IN: start instance590 simdscalari VertexID; // OUT: vector of vertex IDs591 …alari CutMask; // OUT: vector mask of indices which have the cut index value[all …]