Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Shader
Method
Shader
include/Shader.hpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using ShaderUnmanaged::ShaderUnmanaged;
18
19
Shader(const Shader&) = delete;
20
21
Shader(Shader&& other) noexcept {
22
set(other);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected