Texture.this

CTor

  1. this(void* memory, uint width, uint height, Format fmt)
    struct Texture
    @nogc
    this
    nothrow
    (
    void* memory
    ,
    uint width
    ,
    uint height
    ,
    )
  2. this(const Surface srfc, Format fmt = Format.None)

Meta