- fixed survey data retrieval for Vulkan.
This commit is contained in:
parent
6cc9434788
commit
5e4de10f97
6 changed files with 24 additions and 6 deletions
|
|
@ -237,6 +237,11 @@ uint32_t OpenGLFrameBuffer::GetCaps()
|
|||
return (uint32_t)FlagSet;
|
||||
}
|
||||
|
||||
const char* OpenGLFrameBuffer::DeviceName() const
|
||||
{
|
||||
return gl.modelstring;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// Swap the buffers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue