|
|
|
@ -959,6 +959,14 @@ template<UnsignedInt location, class T> class AbstractShaderProgram::Attribute { |
|
|
|
VectorCount = Implementation::Attribute<T>::VectorCount |
|
|
|
VectorCount = Implementation::Attribute<T>::VectorCount |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* @brief Type |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* Type used in shader code. |
|
|
|
|
|
|
|
* @see @ref ScalarType, @ref DataType |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
typedef T Type; |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @brief Scalar type |
|
|
|
* @brief Scalar type |
|
|
|
* |
|
|
|
* |
|
|
|
|