Skip to contents

Get shader attribute location.

Usage

get_shader_location_attrib(shader, attrib_name)

Arguments

shader

A shader.

attrib_name

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int GetShaderLocationAttrib(Shader shader, const char *attribName);