Home | History | Annotate | Download | only in renderer

Lines Matching refs:mVertexConstants

821         mVertexConstants.depthRange[0] = actualZNear;
822 mVertexConstants.depthRange[1] = actualZFar;
823 mVertexConstants.depthRange[2] = actualZFar - actualZNear;
1500 if (memcmp(&mVertexConstants, &mAppliedVertexConstants, sizeof(dx_VertexConstants)) != 0)
1502 mDeviceContext->UpdateSubresource(mDriverConstantBufferVS, 0, NULL, &mVertexConstants, 16, 0);
1503 memcpy(&mAppliedVertexConstants, &mVertexConstants, sizeof(dx_VertexConstants));