newspeoplefor developersdocumentationdownloads

bump1sampler.fx File Reference

Go to the source code of this file.


Variables

sampler Bump1Sampler

Variable Documentation

sampler Bump1Sampler
 

Initial value:

 sampler_state
{
    Texture   = <BumpMap1>;
    AddressU  = Wrap;
    AddressV  = Wrap;
    MinFilter = Linear;
    MagFilter = Linear;
    MipFilter = Linear;
}

Definition at line 7 of file bump1sampler.fx.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.