Merge pull request #55770 from Calinou/shader-rename-hint-aniso
This commit is contained in:
commit
3bfdb28ab2
8 changed files with 22 additions and 22 deletions
|
|
@ -26,8 +26,8 @@
|
|||
<constant name="TYPE_NORMAL_MAP" value="2" enum="TextureType">
|
||||
Adds [code]hint_normal[/code] as hint to the uniform declaration, which internally converts the texture for proper usage as normal map.
|
||||
</constant>
|
||||
<constant name="TYPE_ANISO" value="3" enum="TextureType">
|
||||
Adds [code]hint_aniso[/code] as hint to the uniform declaration to use for a flowmap.
|
||||
<constant name="TYPE_ANISOTROPY" value="3" enum="TextureType">
|
||||
Adds [code]hint_anisotropy[/code] as hint to the uniform declaration to use for a flowmap.
|
||||
</constant>
|
||||
<constant name="TYPE_MAX" value="4" enum="TextureType">
|
||||
Represents the size of the [enum TextureType] enum.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue