mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
oh it is a recent property....
This commit is contained in:
parent
94e9aee874
commit
2fa4364638
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ bool FurnaceGUIRenderMetal::init(SDL_Window* win, int swapInterval) {
|
|||
return false;
|
||||
}
|
||||
|
||||
vendorName=[priv->context.device.architecture.name UTF8String];
|
||||
vendorName="N/A";
|
||||
deviceName=[priv->context.device.name UTF8String];
|
||||
apiVersion="";
|
||||
|
||||
|
|
Loading…
Reference in a new issue