DepthFormat Enumeration
.NET Framework 2.0
Defines depth buffer formats.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
| Member name | Description | |
|---|---|---|
![]() | D15S1 | A 16-bit z-buffer bit depth in which 15 bits are reserved for the depth channel and 1 bit is reserved for the stencil channel. |
![]() | D16 | A 16-bit z-buffer bit depth. |
![]() | D24S8 | A non-lockable format that contains 24 bits of depth (in a 24-bit floating-point format - 20E4) and 8 bits of stencil. |
![]() | D24X4S4 | A 32-bit z-buffer bit depth that uses 24 bits for the depth channel and 4 bits for the stencil channel. |
![]() | D24X8 | A 32-bit z-buffer bit depth that uses 24 bits for the depth channel. |
![]() | D32 | A 32-bit z-buffer bit depth. |
![]() | Unknown | Format is unknown. |
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
Microsoft.WindowsMobile.DirectX.Direct3D NamespaceOther Resources
Mobile Direct3D ProgrammingCommunity Additions
ADD
Show:
