Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Created January 26, 2012 19:28
Show Gist options
  • Save tanelsuurhans/1684558 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/1684558 to your computer and use it in GitHub Desktop.
sampler TextureSampler = sampler_state {
texture = <TextureFile>;
magfilter = LINEAR;
minfilter = LINEAR;
mipfilter = LINEAR;
AddressU = CLAMP;
AddressV = CLAMP;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment