Freigeben über


HardwareBufferUsage Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum HardwareBufferUsage
[<System.Flags>]
type HardwareBufferUsage = 
Inheritance
HardwareBufferUsage
Attributes

Fields

Name Value Description
None 0
UsageCpuReadRarely 2
UsageCpuReadOften 3
UsageCpuWriteRarely 32
UsageCpuWriteOften 48
UsageGpuSampledImage 256
UsageGpuColorOutput 512
UsageComposerOverlay 2048
UsageProtectedContent 16384
UsageVideoEncode 65536
UsageSensorDirectData 8388608
UsageGpuDataBuffer 16777216
UsageGpuCubeMap 33554432
UsageGpuMipmapComplete 67108864
UsageFrontBuffer 4294967296

Applies to