Package com.ms.com.directX |
|
 Previous |
 Microsoft Packages |
 Index |
 Next |
D3DRMSORT_ Values
Use with GetSortMode and SetSortMode to specify how child frames are sorted in a scene.
- D3DRMSORT_FROMPARENT
- Child frames inherit the sorting order of their parents. This is the default setting.
- D3DRMSORT_NONE
- Child frames are not sorted.
- D3DRMSORT_FRONTTOBACK
- Child frames are sorted front-to-back.
- D3DRMSORT_BACKTOFRONT
- Child frames are sorted back-to-front.