Variable Texture.usage

Manner in which this Texture will be used. Defaults to ImageUsage.sampled | ImageUsage.transferDst.

class Texture
{
  // ...
  const(gfx.graal.image.ImageUsage) usage ;
  // ...
}

See Also

defaultUsage