XLE
v0.02.0
|
Container for GPUAccess::Enum. More...
Typedefs | |
typedef unsigned | BitField |
Enumerations | |
enum | Enum { Read = 1<<0, Write = 1<<1 } |
Determines GPU access privileges More... | |
Container for GPUAccess::Enum.
Determines GPU access privileges
Determines whether the GPU will read from or write to a resource (or both). As usual, try to limit the privileges were possible.
Enumerator | |
---|---|
Read |
GPU can read from a resource (eg, shader resource, texture, input structured buffer) |
Write |
GPU can write to the resource (eg, render target, RWTexture, RWStructuredBuffer) |