MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / Texture

Method Texture

src/nfs_data.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 GLubyte *texture_data;
22
23 Texture() = default;
24
25 explicit Texture(unsigned int id, GLubyte *data, unsigned int w, unsigned int h) {
26 texture_id = id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected