Buffer |
[FlagsAttribute] public enum BufferCreateFlags
Member name | Value | Description |
---|---|---|
None | 0 | |
SparseBinding | 1 | Buffer should support sparse backing |
SparseResidency | 2 | Buffer should support sparse backing with partial residency |
SparseAliased | 4 | Buffer should support constant data access to physical memory ranges mapped into multiple locations of sparse buffers |
Protected | 8 | |
DeviceAddressCaptureReplay | 16 |
Copyright (c) by AB4D d.o.o. (www.ab4d.com)