Array Texture: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Creating a stub.
 
m formatting
Line 1: Line 1:
''Array Textures'' are textures that are a sequence of 1D or 2D textures of the same size. Array textures are similar to [[3D Textures]] in that they have an effective "depth" component. However, filtering never takes place between the separate textures in the array.
'''Array Textures''' are textures that are a sequence of 1D or 2D textures of the same size. Array textures are similar to [[3D Textures]] in that they have an effective "depth" component. However, filtering never takes place between the separate textures in the array.


{{stub}}
{{stub}}


[[Category:Textures]]
[[Category:Textures]]

Revision as of 21:44, 26 January 2010

Array Textures are textures that are a sequence of 1D or 2D textures of the same size. Array textures are similar to 3D Textures in that they have an effective "depth" component. However, filtering never takes place between the separate textures in the array.