Microsoft.Xna.Framework.Graphics.PackedVector Namespace

  Platforms Name Description
Alpha8 Packed vector type containing a single 8 bit normalized W values that is ranging from 0 to 1. 
Bgr565 Packed vector type containing unsigned normalized values ranging from 0 to 1. The x and z components use 5 bits, and the y component uses 6 bits. 
Bgra4444 Packed vector type containing unsigned normalized values, ranging from 0 to 1, using 4 bits each for x, y, z, and w. 
Bgra5551 Packed vector type containing unsigned normalized values ranging from 0 to 1. The x , y and z components use 5 bits, and the w component uses 1 bit. 
Byte4 Packed vector type containing four 8-bit unsigned integer values, ranging from 0 to 255. 
HalfSingle  
HalfVector2  
HalfVector4 Packed vector type containing four 16-bit floating-point values. 
NormalizedByte2  
NormalizedByte4  
NormalizedShort2  
NormalizedShort4  
Rg32 Packed vector type containing two 16-bit unsigned normalized values ranging from 0 to 1. 
Rgba1010102 Packed vector type containing unsigned normalized values ranging from 0 to 1. The x, y and z components use 10 bits, and the w component uses 2 bits. 
Rgba64 Packed vector type containing four 16-bit unsigned normalized values ranging from 0 to 1. 
Short2  
Short4 Packed vector type containing four 16-bit signed integer values. 
Top
  Platforms Name Description
IPackedVector  
IPackedVector<TPacked>  
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web