SpatialSurfaceMeshBuffer.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DXGI format to use when creating a GPU buffer to hold this mesh data or when otherwise interpreting the mesh elements. This enum value can be reinterpreted as a DXGI_FORMAT value.
public:
property DirectXPixelFormat Format { DirectXPixelFormat get(); };
DirectXPixelFormat Format();
public DirectXPixelFormat Format { get; }
var directXPixelFormat = spatialSurfaceMeshBuffer.format;
Public ReadOnly Property Format As DirectXPixelFormat
Property Value
The format.