Table of Contents

Enum ComputeShaderFormatSupport

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Flags specifying which resources and features are supported when using compute shaders for a given pixel format for a graphics device.

[Flags]
public enum ComputeShaderFormatSupport
Extension Methods

Fields

AtomicAdd = 1
AtomicBitwiseOperations = 2
AtomicCompareStoreOrCompareExchange = 4
AtomicExchange = 8
AtomicSignedMinimumOrMaximum = 16
AtomicUnsignedMinimumOrMaximum = 32
MultiplaneOverlay = 16384
None = 0
OutputMergerLogicOperation = 256
Shareable = 1024
Tiled = 512
TypedLoad = 64
TypedStore = 128

Remarks

For more information, see Features.