Surface.make

Make an new Surface of the given memory, width, height and depth.

  1. Surface make(ushort width, ushort height, ubyte depth)
  2. Surface make(void* memory, ushort width, ushort height, ubyte depth)
    struct Surface
    static
    make
    (
    void* memory
    ,
    ushort width
    ,
    ushort height
    ,
    ubyte depth = 32
    )

Meta