Value | Meaning |
---|---|
DDSCAPS2_CUBEMAP0x200 | Required for a cube map. |
DDSCAPS2_CUBEMAP_POSITIVEX0x400 | Required when these surfaces are stored in a cube map. |
DDSCAPS2_CUBEMAP_NEGATIVEX0x800 | Required when these surfaces are stored in a cube map. |
DDSCAPS2_CUBEMAP_POSITIVEY0x1000 | Required when these surfaces are stored in a cube map. |
DDSCAPS2_CUBEMAP_NEGATIVEY0x2000 | Required when these surfaces are stored in a cube map. |
DDSCAPS2_CUBEMAP_POSITIVEZ0x4000 | Required when these surfaces are stored in a cube map. |
DDSCAPS2_CUBEMAP_NEGATIVEZ0x8000 | Required when these surfaces are stored in a cube map. |
DDSCAPS2_VOLUME0x200000 | Required for a volume texture. |
caps2 values