Gets an internal format of the texture.
Read-only property
[Visual Basic .NET] |
---|
Public Property InternalFormat() As AgEStkGraphicsInternalTextureFormat
|
[C#] |
---|
public AgEStkGraphicsInternalTextureFormat InternalFormat {get;}
|
[Managed C++] |
---|
public: __property AgEStkGraphicsInternalTextureFormat get_InternalFormat();
|
[Unmanaged C++] |
---|
public: HRESULT get_InternalFormat(
|
[Java] |
---|
public AgEStkGraphicsInternalTextureFormat getInternalFormat();
|