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

Method GetDepth

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

* Get the depth buffer attachment texture. */

Source from the content-addressed store, hash-verified

55 * Get the depth buffer attachment texture.
56 */
57 TextureUnmanaged GetDepth() { return depth; }
58 void SetDepth(const ::Texture& newDepth) { depth = newDepth; }
59
60 RenderTextureUnmanaged& operator=(const ::RenderTexture& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected