|
|
@@ -115,7 +115,7 @@ PUBLISHED:
|
|
|
const ShaderInput &get_shader_input(const InternalName *id) const;
|
|
|
const ShaderInput &get_shader_input(const std::string &id) const;
|
|
|
|
|
|
- const NodePath &get_shader_input_nodepath(const InternalName *id) const;
|
|
|
+ NodePath get_shader_input_nodepath(const InternalName *id) const;
|
|
|
LVecBase4 get_shader_input_vector(InternalName *id) const;
|
|
|
Texture *get_shader_input_texture(const InternalName *id, SamplerState *sampler=nullptr) const;
|
|
|
const Shader::ShaderPtrData *get_shader_input_ptr(const InternalName *id) const;
|