newspeoplefor developersdocumentationdownloads

diff1sampler.fx File Reference

Go to the source code of this file.


Variables

sampler Diff1Sampler

Variable Documentation

sampler Diff1Sampler
 

Initial value:

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

Definition at line 7 of file diff1sampler.fx.

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