MipmapGenerationConceptMetadata
¶
Defines properties and message types for MipmapGenerationConcept.
MipmapGenerationConceptMetadata.CubemapMipmapMaterialProperty¶ | Sets the material to use to generate the mipmaps for the color Result Texture of a Cubemap Render Pass. To use the default mipmap generation, remove the property or set it to the default value '< No Material >'. |
MipmapGenerationConceptMetadata.ColorMipmapMaterial0Property¶ | Sets the material to use to generate the mipmaps for the first color result texture (Result Texture 0) of a Composition Target Render Pass. To use the default mipmap generation, remove the property or set it to the default value '< No Material >'. |
MipmapGenerationConceptMetadata.ColorMipmapMaterial1Property¶ | Sets the material to use to generate the mipmaps for the second color result texture (Result Texture 1) of a Composition Target Render Pass. To use the default mipmap generation, remove the property or set it to the default value '< No Material >'. |
MipmapGenerationConceptMetadata.ColorMipmapMaterial2Property¶ | Sets the material to use to generate the mipmaps for the third color result texture (Result Texture 2) of a Composition Target Render Pass. To use the default mipmap generation, remove the property or set it to the default value '< No Material >'. |
MipmapGenerationConceptMetadata.ColorMipmapMaterial3Property¶ | Sets the material to use to generate the mipmaps for the fourth color result texture (Result Texture 3) of a Composition Target Render Pass. To use the default mipmap generation, remove the property or set it to the default value '< No Material >'. |
MipmapGenerationConceptMetadata.DepthMipmapMaterialProperty¶ | Sets the material to use to generate the mipmaps for the Result Depth Texture of a Composition Target Render Pass. To use the default mipmap generation, remove the property or set it to the default value '< No Material >'. |
MipmapGenerationConceptMetadata.CurrentMipmapLevelProperty¶ | Reports the mipmap level that Kanzi is generating. Use this property in a material that you use to customize how Kanzi generates mipmaps for the composition targets of a Composition Target Render Pass or Cubemap Render Pass.The value of this property is valid only while Kanzi generates the mipmaps. |
MipmapGenerationConceptMetadata.MipmapSourceTextureProperty¶ | Reports the texture that contains the render target texture for which Kanzi creates mipmaps. Use this property as the source texture in a material that you use to customize how Kanzi generates mipmaps for the composition targets of a Composition Target Render Pass or Cubemap Render Pass. The default value is < No Texture > |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.