MCPcopy Create free account
hub / github.com/arrayfire/forge / getSurface

Function getSurface

src/backend/common/handle.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87Surface* getSurface(const fg_surface& pValue)
88{
89 return reinterpret_cast<common::Surface*>(pValue);
90}
91
92VectorField* getVectorField(const fg_vector_field& pValue)
93{

Calls

no outgoing calls

Tested by

no test coverage detected