Graphics/Graphics: Add preferred depth format
This commit is contained in:
@@ -57,6 +57,11 @@ namespace Nz
|
||||
return m_materialLoader;
|
||||
}
|
||||
|
||||
inline PixelFormat Graphics::GetPreferredDepthFormat() const
|
||||
{
|
||||
return m_preferredDepthFormat;
|
||||
}
|
||||
|
||||
inline PixelFormat Graphics::GetPreferredDepthStencilFormat() const
|
||||
{
|
||||
return m_preferredDepthStencilFormat;
|
||||
|
||||
Reference in New Issue
Block a user