
Public Member Functions | |
| Texture | CreateTextureFromFile (Device device, string filename) |
| Create a texture from a file. | |
| Texture | CreateTextureFromFileEx (Device device, string filename, int w, int h, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a texture from a file. | |
| CubeTexture | CreateCubeTextureFromFile (Device device, string filename) |
| Create a cube texture from a file. | |
| CubeTexture | CreateCubeTextureFromFileEx (Device device, string filename, int size, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a cube texture from a file. | |
| VolumeTexture | CreateVolumeTextureFromFile (Device device, string filename) |
| Create a volume texture from a file. | |
| VolumeTexture | CreateVolumeTextureFromFileEx (Device device, string filename, int w, int h, int d, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a volume texture from a file. | |
| Effect | CreateEffectFromFile (Device device, string filename, Macro[] defines, Include includeFile, ShaderFlags flags, EffectPool effectPool, out string errors) |
| Create an effect from a file. | |
| Effect | CreateEffectFromFile (Device device, string filename, Macro[] defines, Include includeFile, ShaderFlags flags, EffectPool effectPool) |
| Create an effect from a file. | |
| Font | CreateFont (Device device, int height, int width, FontWeight weight, int mip, bool italic, CharacterSet charSet, Precision outputPrecision, FontQuality quality, PitchAndFamily pandf, string fontName) |
| Create a font object. | |
| Font | CreateFont (Device device, FontDescription desc) |
| Create a font object. | |
| void | OnCreateDevice (Device device) |
| Called when the device is created. | |
| void | OnResetDevice (Device device) |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Clear any resources that need to be lost. | |
| void | OnDestroyDevice () |
| Destroy any resources and clear the caches. | |
| Texture | CreateTextureFromFile (Device device, string filename) |
| Create a texture from a file. | |
| Texture | CreateTextureFromFileEx (Device device, string filename, int w, int h, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a texture from a file. | |
| CubeTexture | CreateCubeTextureFromFile (Device device, string filename) |
| Create a cube texture from a file. | |
| CubeTexture | CreateCubeTextureFromFileEx (Device device, string filename, int size, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a cube texture from a file. | |
| VolumeTexture | CreateVolumeTextureFromFile (Device device, string filename) |
| Create a volume texture from a file. | |
| VolumeTexture | CreateVolumeTextureFromFileEx (Device device, string filename, int w, int h, int d, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a volume texture from a file. | |
| Effect | CreateEffectFromFile (Device device, string filename, Macro[] defines, Include includeFile, ShaderFlags flags, EffectPool effectPool, out string errors) |
| Create an effect from a file. | |
| Effect | CreateEffectFromFile (Device device, string filename, Macro[] defines, Include includeFile, ShaderFlags flags, EffectPool effectPool) |
| Create an effect from a file. | |
| Font | CreateFont (Device device, int height, int width, FontWeight weight, int mip, bool italic, CharacterSet charSet, Precision outputPrecision, FontQuality quality, PitchAndFamily pandf, string fontName) |
| Create a font object. | |
| Font | CreateFont (Device device, FontDescription desc) |
| Create a font object. | |
| void | OnCreateDevice (Device device) |
| Called when the device is created. | |
| void | OnResetDevice (Device device) |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Clear any resources that need to be lost. | |
| void | OnDestroyDevice () |
| Destroy any resources and clear the caches. | |
| Texture | CreateTextureFromFile (Device device, string filename) |
| Create a texture from a file. | |
| Texture | CreateTextureFromFileEx (Device device, string filename, int w, int h, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a texture from a file. | |
| CubeTexture | CreateCubeTextureFromFile (Device device, string filename) |
| Create a cube texture from a file. | |
| CubeTexture | CreateCubeTextureFromFileEx (Device device, string filename, int size, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a cube texture from a file. | |
| VolumeTexture | CreateVolumeTextureFromFile (Device device, string filename) |
| Create a volume texture from a file. | |
| VolumeTexture | CreateVolumeTextureFromFileEx (Device device, string filename, int w, int h, int d, int mip, Usage usage, Format fmt, Pool pool, Filter filter, Filter mipfilter, int colorkey) |
| Create a volume texture from a file. | |
| Effect | CreateEffectFromFile (Device device, string filename, Macro[] defines, Include includeFile, ShaderFlags flags, EffectPool effectPool) |
| Create an effect from a file. | |
| Font | CreateFont (Device device, int height, int width, FontWeight weight, int mip, bool italic, CharacterSet charSet, Precision outputPrecision, FontQuality quality, PitchAndFamily pandf, string fontName) |
| Create a font object. | |
| Font | CreateFont (Device device, FontDescription desc) |
| Create a font object. | |
| void | OnCreateDevice (Device device) |
| Called when the device is created. | |
| void | OnResetDevice (Device device) |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Clear any resources that need to be lost. | |
| void | OnDestroyDevice () |
| Destroy any resources and clear the caches. | |
Static Public Member Functions | |
| static ResourceCache | GetGlobalInstance () |
| static ResourceCache | GetGlobalInstance () |
| static ResourceCache | GetGlobalInstance () |
Protected Attributes | |
| Hashtable | textureCache = new Hashtable() |
| Hashtable | effectCache = new Hashtable() |
| Hashtable | fontCache = new Hashtable() |
Definition at line 531 of file dxmutmisc.cs.
| CubeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateCubeTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| CubeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateCubeTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| CubeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateCubeTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| CubeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateCubeTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | size, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| CubeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateCubeTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | size, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| CubeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateCubeTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | size, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| Effect Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateEffectFromFile | ( | Device | device, | |
| string | filename, | |||
| Macro[] | defines, | |||
| Include | includeFile, | |||
| ShaderFlags | flags, | |||
| EffectPool | effectPool | |||
| ) |
| Effect Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateEffectFromFile | ( | Device | device, | |
| string | filename, | |||
| Macro[] | defines, | |||
| Include | includeFile, | |||
| ShaderFlags | flags, | |||
| EffectPool | effectPool | |||
| ) |
| Effect Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateEffectFromFile | ( | Device | device, | |
| string | filename, | |||
| Macro[] | defines, | |||
| Include | includeFile, | |||
| ShaderFlags | flags, | |||
| EffectPool | effectPool, | |||
| out string | errors | |||
| ) |
| Effect Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateEffectFromFile | ( | Device | device, | |
| string | filename, | |||
| Macro[] | defines, | |||
| Include | includeFile, | |||
| ShaderFlags | flags, | |||
| EffectPool | effectPool | |||
| ) |
| Effect Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateEffectFromFile | ( | Device | device, | |
| string | filename, | |||
| Macro[] | defines, | |||
| Include | includeFile, | |||
| ShaderFlags | flags, | |||
| EffectPool | effectPool, | |||
| out string | errors | |||
| ) |
| Font Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateFont | ( | Device | device, | |
| FontDescription | desc | |||
| ) |
| Font Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateFont | ( | Device | device, | |
| int | height, | |||
| int | width, | |||
| FontWeight | weight, | |||
| int | mip, | |||
| bool | italic, | |||
| CharacterSet | charSet, | |||
| Precision | outputPrecision, | |||
| FontQuality | quality, | |||
| PitchAndFamily | pandf, | |||
| string | fontName | |||
| ) |
| Font Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateFont | ( | Device | device, | |
| FontDescription | desc | |||
| ) |
| Font Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateFont | ( | Device | device, | |
| int | height, | |||
| int | width, | |||
| FontWeight | weight, | |||
| int | mip, | |||
| bool | italic, | |||
| CharacterSet | charSet, | |||
| Precision | outputPrecision, | |||
| FontQuality | quality, | |||
| PitchAndFamily | pandf, | |||
| string | fontName | |||
| ) |
| Font Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateFont | ( | Device | device, | |
| FontDescription | desc | |||
| ) |
| Font Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateFont | ( | Device | device, | |
| int | height, | |||
| int | width, | |||
| FontWeight | weight, | |||
| int | mip, | |||
| bool | italic, | |||
| CharacterSet | charSet, | |||
| Precision | outputPrecision, | |||
| FontQuality | quality, | |||
| PitchAndFamily | pandf, | |||
| string | fontName | |||
| ) |
| Texture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| Texture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| Texture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| Texture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | w, | |||
| int | h, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| Texture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | w, | |||
| int | h, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| Texture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | w, | |||
| int | h, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| VolumeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateVolumeTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| VolumeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateVolumeTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| VolumeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateVolumeTextureFromFile | ( | Device | device, | |
| string | filename | |||
| ) |
| VolumeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateVolumeTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | w, | |||
| int | h, | |||
| int | d, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| VolumeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateVolumeTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | w, | |||
| int | h, | |||
| int | d, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| VolumeTexture Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.CreateVolumeTextureFromFileEx | ( | Device | device, | |
| string | filename, | |||
| int | w, | |||
| int | h, | |||
| int | d, | |||
| int | mip, | |||
| Usage | usage, | |||
| Format | fmt, | |||
| Pool | pool, | |||
| Filter | filter, | |||
| Filter | mipfilter, | |||
| int | colorkey | |||
| ) |
| static ResourceCache Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.GetGlobalInstance | ( | ) | [static] |
Definition at line 536 of file wdxmutmisc.cs.
| static ResourceCache Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.GetGlobalInstance | ( | ) | [static] |
Definition at line 536 of file dxmutmisc.cs.
| static ResourceCache Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.GetGlobalInstance | ( | ) | [static] |
Definition at line 536 of file dxmutmisc.cs.
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnCreateDevice | ( | Device | device | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnCreateDevice | ( | Device | device | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnCreateDevice | ( | Device | device | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnDestroyDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnDestroyDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnDestroyDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnResetDevice | ( | Device | device | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnResetDevice | ( | Device | device | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.ResourceCache.OnResetDevice | ( | Device | device | ) |
Hashtable Microsoft::Samples::DirectX::UtilityToolkit.ResourceCache::effectCache = new Hashtable() [protected] |
Definition at line 546 of file dxmutmisc.cs.
Hashtable Microsoft::Samples::DirectX::UtilityToolkit.ResourceCache::fontCache = new Hashtable() [protected] |
Definition at line 547 of file dxmutmisc.cs.
Hashtable Microsoft::Samples::DirectX::UtilityToolkit.ResourceCache::textureCache = new Hashtable() [protected] |
Definition at line 545 of file dxmutmisc.cs.
1.5.8