| 50 | TextureUnmanaged GetTexture() { return texture; } |
| 51 | RLCPP_NODISCARD TextureUnmanaged GetTexture() const { return texture; } |
| 52 | void SetTexture(const ::Texture& newTexture) { texture = newTexture; } |
| 53 | |
| 54 | /** |
| 55 | * Get the depth buffer attachment texture. |
nothing calls this directly
no outgoing calls
no test coverage detected