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