doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
parent
2bc6db65c1
commit
7dfba3cda9
133 changed files with 2117 additions and 2060 deletions
|
|
@ -116,25 +116,25 @@
|
|||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
<constant name="FLAG_MIPMAPS" value="1">
|
||||
<constant name="FLAG_MIPMAPS" value="1" enum="Flags">
|
||||
Generate mipmaps, to enable smooth zooming out of the texture.
|
||||
</constant>
|
||||
<constant name="FLAG_REPEAT" value="2">
|
||||
<constant name="FLAG_REPEAT" value="2" enum="Flags">
|
||||
Repeat (instead of clamp to edge).
|
||||
</constant>
|
||||
<constant name="FLAG_FILTER" value="4">
|
||||
<constant name="FLAG_FILTER" value="4" enum="Flags">
|
||||
Turn on magnifying filter, to enable smooth zooming in of the texture.
|
||||
</constant>
|
||||
<constant name="FLAGS_DEFAULT" value="7">
|
||||
<constant name="FLAGS_DEFAULT" value="7" enum="Flags">
|
||||
Default flags. Generate mipmaps, repeat, and filter are enabled.
|
||||
</constant>
|
||||
<constant name="FLAG_ANISOTROPIC_FILTER" value="8">
|
||||
<constant name="FLAG_ANISOTROPIC_FILTER" value="8" enum="Flags">
|
||||
</constant>
|
||||
<constant name="FLAG_CONVERT_TO_LINEAR" value="16">
|
||||
<constant name="FLAG_CONVERT_TO_LINEAR" value="16" enum="Flags">
|
||||
</constant>
|
||||
<constant name="FLAG_MIRRORED_REPEAT" value="32">
|
||||
<constant name="FLAG_MIRRORED_REPEAT" value="32" enum="Flags">
|
||||
</constant>
|
||||
<constant name="FLAG_VIDEO_SURFACE" value="4096">
|
||||
<constant name="FLAG_VIDEO_SURFACE" value="4096" enum="Flags">
|
||||
Texture is a video surface.
|
||||
</constant>
|
||||
</constants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue