bumpsampler.fx File Reference
Go to the source code of this file.
Variables | |
| sampler | BumpSampler |
Variable Documentation
|
|
Initial value: sampler_state
{
Texture = <BumpMap0>;
AddressU = Wrap;
AddressV = Wrap;
MinFilter = Point;
MagFilter = Linear;
MipFilter = Linear;
MipMapLodBias = -0.75;
}
Definition at line 7 of file bumpsampler.fx. |