diff --git a/example/Vulkan/TextureFormat.cpp b/example/Vulkan/TextureFormat.cpp index 1e9d2882..240b98a8 100644 --- a/example/Vulkan/TextureFormat.cpp +++ b/example/Vulkan/TextureFormat.cpp @@ -64,7 +64,7 @@ int main(int,char **) if(!inst) return(false); - device=win->CreateRenderDevice(inst); + device=CreateRenderDevice(inst,win); physical_device=device->GetPhysicalDevice(); @@ -110,7 +110,7 @@ int main(int,char **) ++vf; } - win->CloseRenderDevice(); + delete device; delete inst; delete win; diff --git a/res/image/APOCWALL029_NRM.tga b/res/image/APOCWALL029_NRM.tga deleted file mode 100644 index 6fe7ef3c..00000000 Binary files a/res/image/APOCWALL029_NRM.tga and /dev/null differ diff --git a/res/image/APOCWALL029_SPEC.tga b/res/image/APOCWALL029_SPEC.tga deleted file mode 100644 index ee6dd8e5..00000000 Binary files a/res/image/APOCWALL029_SPEC.tga and /dev/null differ diff --git a/res/image/Brickwall/Albedo.tga b/res/image/Brickwall/Albedo.tga new file mode 100644 index 00000000..5a7b5e7c Binary files /dev/null and b/res/image/Brickwall/Albedo.tga differ diff --git a/res/image/Brickwall/Displacement.tga b/res/image/Brickwall/Displacement.tga new file mode 100644 index 00000000..4eb8116b Binary files /dev/null and b/res/image/Brickwall/Displacement.tga differ diff --git a/res/image/Brickwall/Normal.tga b/res/image/Brickwall/Normal.tga new file mode 100644 index 00000000..6908eff7 Binary files /dev/null and b/res/image/Brickwall/Normal.tga differ diff --git a/res/image/Brickwall/Roughness.tga b/res/image/Brickwall/Roughness.tga new file mode 100644 index 00000000..bbe0f72a Binary files /dev/null and b/res/image/Brickwall/Roughness.tga differ diff --git a/res/image/TexCoord.tga b/res/image/TexCoord.tga new file mode 100644 index 00000000..7ab9c116 Binary files /dev/null and b/res/image/TexCoord.tga differ diff --git a/res/image/cardboardPlainStain.tga b/res/image/cardboardPlainStain.tga deleted file mode 100644 index cc46d648..00000000 Binary files a/res/image/cardboardPlainStain.tga and /dev/null differ diff --git a/res/image/vulkan-red.svg b/res/image/vulkan-red.svg new file mode 100644 index 00000000..a38f3c0a --- /dev/null +++ b/res/image/vulkan-red.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file