Home -> IGraphicsDevice -> ImageLimits

Description

The ImageLimits structure reports information on limits an IGraphicsDevice object has which relate to images, as returned by the GetImageLimits method.

Members

Name Type Description
Public member maxImageDimensionTexture1D uint32_t
Reports the maximum supported value of any one image dimension in an ITextureBuffer1D object.
Public member maxImageDimensionTexture2D uint32_t
Reports the maximum supported value of any one image dimension in an ITextureBuffer2D object.
Public member maxImageDimensionTexture3D uint32_t
Reports the maximum supported value of any one image dimension in an ITextureBuffer3D object.
Public member maxImageDimensionTextureCube uint32_t
Reports the maximum supported value of any one image dimension in an ITextureBufferCube object.
Public member maxImageArraySizeTexture1D uint32_t
Reports the maximum number of array entries in an ITextureBuffer1DArray object.
Public member maxImageArraySizeTexture2D uint32_t
Reports the maximum number of array entries in an ITextureBuffer2DArray object.
Public member maxSamplerAnisotropicFilteringLevel int
Reports the maximum supported anisotropic filtering level supported by the SetAnisotropicFilterMode method on ITextureSampler2D and ITextureSampler2DArray objects.

See also