Microsoft DirectX 8.1 (Visual Basic) |
Adds a dirty region to a cube map resource.
object.AddDirtyRect( _ FaceType As CONST_D3DCUBEMAP_FACES, _ DirtyRect As Any)
If the method fails, an error is raised and Err.Number can be set to D3DERR_INVALIDCALL.
For information on trapping errors, see the Microsoft® Visual Basic® Error Handling topic.
For performance reasons, dirty regions are only recorded for level zero of a texture. For sublevels, it is assumed that the corresponding (scaled) rectangle or box is also dirty. Dirty regions are automatically recorded when LockRect or LockBox is called without D3DLOCK_NO_DIRTY_UPDATE or D3DLOCK_READONLY. Also, the destination surface of a CopyRects call is marked dirty.
Direct3DCubeTexture8.GetLevelDesc, Direct3DCubeTexture8.LockRect, Direct3DCubeTexture8.UnlockRect