Image | |
[FlagsAttribute] public enum ImageCreateFlags
| Member name | Value | Description |
|---|---|---|
| None | 0 | |
| SparseBinding | 1 | Image should support sparse backing |
| SparseResidency | 2 | Image should support sparse backing with partial residency |
| SparseAliased | 4 | Image should support constant data access to physical memory ranges mapped into multiple locations of sparse images |
| MutableFormat | 8 | Allows image views to have different format than the base image |
| CubeCompatible | 16 | Allows creating image views with cube type from the created image |
| _2DArrayCompatible | 32 | |
| SplitInstanceBindRegions | 64 | |
| BlockTexelViewCompatible | 128 | |
| ExtendedUsage | 256 | |
| Disjoint | 512 | |
| Alias | 1,024 | |
| Protected | 2,048 |
Copyright (c) by AB4D d.o.o. (www.ab4d.com)