ngfx::Surface

Inherited by ngfx::D3DSurface, ngfx::MTLSurface, ngfx::VKSurface

Public Functions

Name
Surface()
Surface(uint32_t w, uint32_t h, bool offscreen =false)
virtual ~Surface()

Public Attributes

Name
uint32_t w
uint32_t h
bool offscreen

Public Functions Documentation

function Surface

inline Surface()

function Surface

inline Surface(
    uint32_t w,
    uint32_t h,
    bool offscreen =false
)

function ~Surface

inline virtual ~Surface()

Public Attributes Documentation

variable w

uint32_t w = 0;

variable h

uint32_t h = 0;

variable offscreen

bool offscreen = false;

Updated on 3 April 2021 at 20:21:51 PDT