codes layouted.
This commit is contained in:
parent
ceb4395b77
commit
b68243cf04
@ -47,7 +47,7 @@ VulkanInstance *InitVulkanInstance()
|
|||||||
|
|
||||||
InitNativeWindowSystem();
|
InitNativeWindowSystem();
|
||||||
|
|
||||||
InitVulkanProperties();
|
//InitVulkanProperties();
|
||||||
|
|
||||||
CreateInstanceLayerInfo cili;
|
CreateInstanceLayerInfo cili;
|
||||||
|
|
||||||
@ -61,10 +61,10 @@ VulkanInstance *InitVulkanInstance()
|
|||||||
|
|
||||||
int main(int,char **)
|
int main(int,char **)
|
||||||
{
|
{
|
||||||
Window * win =nullptr;
|
Window * win =nullptr;
|
||||||
VulkanInstance * inst =nullptr;
|
VulkanInstance * inst =nullptr;
|
||||||
GPUDevice * device =nullptr;
|
GPUDevice * device =nullptr;
|
||||||
const GPUPhysicalDevice *physical_device =nullptr;
|
const GPUPhysicalDevice * physical_device =nullptr;
|
||||||
|
|
||||||
inst=InitVulkanInstance();
|
inst=InitVulkanInstance();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user