Variable TextureView.multisampled

Whether this texture view is multisampled.

struct TextureView
{
  // ...
  const(std.typecons.Flag!("multisampled")) multisampled ;
  // ...
}