TextureTemplate2DInternalFormat Property |
Gets the internal format of the texture.
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic InternalTextureFormat InternalFormat { get; }
Public ReadOnly Property InternalFormat As InternalTextureFormat
Get
public:
property InternalTextureFormat InternalFormat {
InternalTextureFormat get ();
}
member InternalFormat : InternalTextureFormat with get
Property Value
Type:
InternalTextureFormat
See Also