MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / set

Method set

include/RenderTextureUnmanaged.hpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108protected:
109 void set(const ::RenderTexture& renderTexture) {
110 id = renderTexture.id;
111 texture = renderTexture.texture;
112 depth = renderTexture.depth;
113 }
114};
115
116using RenderTexture2DUnmanaged = RenderTextureUnmanaged;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected