MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Create

Method Create

Source/SysGL/Graphics/NativeTextureGL.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52CRefPtr<CNativeTexture> CNativeTexture::Create( u32 width, u32 height, ETextureFormat texture_format )
53{
54 return new CNativeTexture( width, height, texture_format );
55}
56
57CNativeTexture::CNativeTexture( u32 w, u32 h, ETextureFormat texture_format )
58: mTextureFormat( texture_format )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected