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

ファイルを表示 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_oe property

public string name
return string

parameter public_oe property

public int parameter
return int

samplerSlot public_oe property

public int samplerSlot
return int

state public_oe property

public SamplerState state
return SamplerState

textureSlot public_oe property

public int textureSlot
return int

type public_oe property

public SamplerType type
return SamplerType