 |
StandardMaterialBaseUseGpuDeviceCacheForTextures Field |
Static UseGpuDeviceCacheForTextures specifies if by default the texture that are loaded by providing the file name are cached by the GpuDevice (so future request for the same file will use cached GpuImage).
This does not affect textures that are loaded by manually calling LoadDiffuseTexture method.
Default value is true.
Note that when
UseSceneCacheForTextures is true, then this value is not used.
Namespace: Ab4d.SharpEngine.MaterialsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic static bool UseGpuDeviceCacheForTextures
Field Value
Boolean
See Also