About Store Forum Documentation Contact



Post Reply 
Sampler state setup?
Author Message
3DRaddict Offline
Member

Post: #1
Sampler state setup?
What is the EE equivalent of setting a texture sampler state in a shader?
Specifically this, for example:

SamplerState samAnisotropic
{
Filter = ANISOTROPIC;
MaxAnisotropy = 4;

AddressU = WRAP;
AddressV = WRAP;
};

Also, if I needed to set AddressU, AddressV to CLAMP?
11-12-2014 09:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply