GFXLockedRect Struct Reference#include <gfxTextureObject.h>
Detailed DescriptionContains information on a locked region of a texture.In general, to access a given pixel in a locked rectangle, use this equation:
Member Data DocumentationPitch of the lock. This is the spacing in bytes of the start of each row of the locked region. Pointer to the start of locked rectangle.
|