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

Method set

include/TextureUnmanaged.hpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 RLCPP_NODISCARD bool IsValid() const { return IsTextureValid(*this); }
327protected:
328 void set(const ::Texture& texture) {
329 id = texture.id;
330 width = texture.width;
331 height = texture.height;
332 mipmaps = texture.mipmaps;
333 format = texture.format;
334 }
335};
336
337// Create the TextureUnmanaged aliases.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected