Initializes a ScratchImage from an array of Image structures.
public:
HRESULT InitializeArrayFromImages(
const Image *images,
size_t nImages,
bool allow1D
)
images
Type: Image *
[in] Array of Image structures.
nImages
Type: size_t
[in] Number of images.
allow1D
Type: bool
[in] Allow 1D textures.
Type: HRESULT
Header: Declared in directxtex.h.