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

Method SetDepth

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

Source from the content-addressed store, hash-verified

56 */
57 TextureUnmanaged GetDepth() { return depth; }
58 void SetDepth(const ::Texture& newDepth) { depth = newDepth; }
59
60 RenderTextureUnmanaged& operator=(const ::RenderTexture& other) {
61 set(other);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected