Functions for working with the Direct3D 11 API using DirectXTex image data.
IsSupportedTextureReturns true if the given texture metadata is supported by the device.
CreateTexture(Ex)
Creates a Direct3D 11 resource from a set of images.
CreateShaderResourceView(Ex)
Creates a Direct3D 11 resource and shader resource view from a set of images.
CaptureTextureCaptures a Direct3D 11 render target and returns an image.