Package com.ms.com.directX |
|
 Previous |
 Microsoft Packages |
 Index |
 Next |
D3DPCMPCAPS_ Values
Use with the dwZCmpCaps and dwAlphaCmpCaps fields of the d3dFindDeviceSearch class.
- D3DPCMPCAPS_ALWAYS
- Always pass the z test.
- D3DPCMPCAPS_EQUAL
- Pass the z test if the new z equals the current z.
- D3DPCMPCAPS_GREATER
- Pass the z test if the new z is greater than the current z.
- D3DPCMPCAPS_GREATEREQUAL
- Pass the z test if the new z is greater than or equal to the current z.
- D3DPCMPCAPS_LESS
- Pass the z test if the new z is less than the current z.
- D3DPCMPCAPS_LESSEQUAL
- Pass the z test if the new z is less than or equal to the current z.
- D3DPCMPCAPS_NEVER
- Always fail the z test.
- D3DPCMPCAPS_NOTEQUAL
- Pass the z test if the new z does not equal the current z.