MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddgr_dx_surf_Create

Function ddgr_dx_surf_Create

dd_grwin32/ddgrWin32DX.cpp:201–201  ·  view source on GitHub ↗

input: sf->name is optional. sf->w, sf->h, sf->bpp are mandatory sf->type and sf->flags are mandatory. output: sf->obj = surface object. sf->locks = 0 */

Source from the content-addressed store, hash-verified

199 sf->locks = 0
200*/
201bool ddgr_dx_surf_Create(ddgr_surface *sf) { return true; }
202
203void ddgr_dx_surf_Destroy(ddgr_surface *sf) {}
204

Callers 1

ddgr_surf_CreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected