January 2006
Intermediate to advanced
800 pages
17h 58m
English
A one-dimensional (width only) array of values stored in texture memory.
A two-dimensional (width and height) array of values stored in texture memory.
A three-dimensional (width, height, and depth) array of values stored in texture memory.
An OpenGL offscreen memory buffer that can accumulate the results of multiple rendering operations. This buffer often has more bits per pixel than the other offscreen memory buffers in order to support such accumulation operations.
Attribute variables that can be accessed when a vertex shader is executed, including built-in attribute variables and user-defined attribute variables. (It is allowed to have attribute variables ...
Read now
Unlock full access