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

Method RenderTexture

include/RenderTexture.hpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 using RenderTextureUnmanaged::RenderTextureUnmanaged;
18
19 RenderTexture(const RenderTexture&) = delete;
20 RenderTexture& operator=(const RenderTexture&) = delete;
21
22 RenderTexture(RenderTexture&& other) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected