随笔分类 -  Vulkan

摘要:Vulkan API versions and capabilities The following table lists Vulkan API versions for several Android releases. Android VersionVulkan Version Android 阅读全文
posted @ 2023-05-18 16:48 fndefbwefsowpvqfx
摘要:Installation: pacman -S mingw-w64-clang-x86_64-vulkan-devel Packages: mingw-w64-clang-x86_64-spirv-headers mingw-w64-clang-x86_64-spirv-tools mingw-w6 阅读全文
posted @ 2023-05-03 15:04 fndefbwefsowpvqfx
摘要:https://alextardif.com/Bindless.html Binding Bindlessly Overview If you've spent time learning newer APIs like D3D12 and Vulkan, chances are you've co 阅读全文
posted @ 2023-04-07 16:40 fndefbwefsowpvqfx
摘要:Property.apiVersion - Property.apiVersion - Property.driverVersion - Property.vendorID - Property.deviceID - Property.deviceType - Property.deviceName 阅读全文
posted @ 2022-04-04 11:22 fndefbwefsowpvqfx
摘要:vkGetPhysicalDeviceSurfaceFormatsKHR Queue family, nvidia 2060 Queue family index: 0 queue count: 16 flags: VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_B 阅读全文
posted @ 2022-03-31 15:55 fndefbwefsowpvqfx
摘要:vkGetPhysicalDeviceQueueFamilyProperties 阅读全文
posted @ 2022-03-31 15:50 fndefbwefsowpvqfx
摘要:vkGetPhysicalDeviceProperties(physicalDevice, &deviceProperties); limits:{maxImageDimension1D=32768 maxImageDimension2D=32768 maxImageDimension3D=1638 阅读全文
posted @ 2022-03-31 15:44 fndefbwefsowpvqfx
摘要:https://github.com/SaschaWillems/Vulkan 阅读全文
posted @ 2017-05-15 14:55 fndefbwefsowpvqfx