public fx_samplerDEPTH_common()
 {
     this.wrap_sField    = fx_sampler_wrap_common.WRAP;
     this.wrap_tField    = fx_sampler_wrap_common.WRAP;
     this.minfilterField = fx_sampler_filter_common.NONE;
     this.magfilterField = fx_sampler_filter_common.NONE;
 }
 public fx_sampler1D_common()
 {
     this.wrap_sField          = fx_sampler_wrap_common.WRAP;
     this.minfilterField       = fx_sampler_filter_common.NONE;
     this.magfilterField       = fx_sampler_filter_common.NONE;
     this.mipfilterField       = fx_sampler_filter_common.NONE;
     this.mipmap_maxlevelField = (byte)0;
     this.mipmap_biasField     = 0.0f;
 }
 public fx_sampler2D_common()
 {
     this.wrap_sField          = fx_sampler_wrap_common.WRAP;
     this.wrap_tField          = fx_sampler_wrap_common.WRAP;
     this.minfilterField       = fx_sampler_filter_common.NONE;
     this.magfilterField       = fx_sampler_filter_common.NONE;
     this.mipfilterField       = fx_sampler_filter_common.NONE;
     this.mipmap_maxlevelField = byte.MaxValue;
     this.mipmap_biasField     = 0.0f;
 }
Exemplo n.º 4
0
 public FxSamplerRECTCommon()
 {
     this.wrap_sField = fx_sampler_wrap_common.WRAP;
     this.wrap_tField = fx_sampler_wrap_common.WRAP;
     this.minfilterField = fx_sampler_filter_common.NONE;
     this.magfilterField = fx_sampler_filter_common.NONE;
     this.mipfilterField = fx_sampler_filter_common.NONE;
     this.mipmap_maxlevelField = ((byte)(255));
     this.mipmap_biasField = ((float)(0F));
 }
Exemplo n.º 5
0
 public FxSamplerDEPTHCommon()
 {
     this.wrap_sField = fx_sampler_wrap_common.WRAP;
     this.wrap_tField = fx_sampler_wrap_common.WRAP;
     this.minfilterField = fx_sampler_filter_common.NONE;
     this.magfilterField = fx_sampler_filter_common.NONE;
 }
Exemplo n.º 6
0
 public fx_samplerRECT_common()
 {
     wrap_sField = fx_sampler_wrap_common.WRAP;
     wrap_tField = fx_sampler_wrap_common.WRAP;
     minfilterField = fx_sampler_filter_common.NONE;
     magfilterField = fx_sampler_filter_common.NONE;
     mipfilterField = fx_sampler_filter_common.NONE;
     mipmap_maxlevelField = ((255));
     mipmap_biasField = ((0F));
 }
Exemplo n.º 7
0
 public fx_samplerDEPTH_common()
 {
     wrap_sField = fx_sampler_wrap_common.WRAP;
     wrap_tField = fx_sampler_wrap_common.WRAP;
     minfilterField = fx_sampler_filter_common.NONE;
     magfilterField = fx_sampler_filter_common.NONE;
 }