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