In This Topic
Determines whether the specified
Format is packed.
Syntax
'Declaration
Public Shared Function IsPacked( _
ByVal As Format _
) As Boolean
public static bool IsPacked(
Format
)
Parameters
- fmt
- The DXGI Format.
Return Value
true
if the specified
Format is packed; otherwise,
false
.
See Also