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

Method GetLocationAttrib

include/ShaderUnmanaged.hpp:92–94  ·  view source on GitHub ↗

* Get shader attribute location * * @see GetShaderLocationAttrib() */

Source from the content-addressed store, hash-verified

90 * @see GetShaderLocationAttrib()
91 */
92 RLCPP_NODISCARD int GetLocationAttrib(const std::string& attribName) const {
93 return ::GetShaderLocationAttrib(*this, attribName.c_str());
94 }
95
96 /**
97 * Set shader uniform value

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected