Enum TextureSharingOptions
Values to indicate how texture resources should be shared.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum TextureSharingOptions
Fields
Name | Description |
---|---|
None | No sharing. |
Shared | Enables resource data sharing between two or more Direct3D devices. The only resources that can be shared are 2D non-mipmapped textures. |
SharedKeyedMutex | Enables the resource to be synchronized by using the IDXGIKeyedMutex::AcquireSync and IDXGIKeyedMutex::ReleaseSync APIs. |