C# Class Microsoft.Xna.Framework.Graphics.SamplerInfo

Show file Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Properties

Property Type Description
name string
parameter int
samplerSlot int
state SamplerState
textureSlot int
type SamplerType

Property Details

name public property

public string name
return string

parameter public property

public int parameter
return int

samplerSlot public property

public int samplerSlot
return int

state public property

public SamplerState state
return SamplerState

textureSlot public property

public int textureSlot
return int

type public property

public SamplerType type
return SamplerType