vulkan
文章平均质量分 59
icbm
这个作者很懒,什么都没留下…
展开
-
vulkan demo
WinMaindemo_initdemo_create_windowdemo_init_vk_swapchainVkWin32SurfaceCreateInfoKHRvkCreateWin32SurfaceKHRfpGetPhysicalDeviceSurfaceSupportKHRvkGetDeviceQueuefpGetPhysicalDeviceSurfaceFo原创 2016-03-03 17:57:07 · 1556 阅读 · 0 评论 -
Vulkan Loader 何时加载 ICD 驱动文件
当在 Vulkan 应用程序中,执行 vkCreateInstance 的时间,会加载 ICD 驱动文件,其调用堆栈如下:vulkan-1.dll!loader_platform_open_library(const char * lib_path) Line 285 Cvulkan-1.dll!loader_scanned_icd_add(const loader_instance...原创 2018-08-29 16:44:46 · 1731 阅读 · 0 评论 -
离线构建 Vulkan-Loader
构建 Vulkan-Loader 需要 Vulkan-Headers 代码库。可以从如下地址下载:https://github.com/KhronosGroup/Vulkan-Headers https://github.com/KhronosGroup/Vulkan-Loader文档上说,直接在 Vulkan-Loader 目录下,执行如下命令即可构建。git clone gi...原创 2018-08-29 16:35:54 · 1278 阅读 · 0 评论 -
HLSL 的内置函数 firstbithigh 和 firstbitlow
函数定义firstbithigh functionGets the location of the first set bit starting from the highest order bit and working downward, per component.For a signed integer, the first significant bit is zero for a neg原创 2017-12-25 17:38:12 · 1274 阅读 · 0 评论 -
Vulkan Barriers
Vulkan barriers explained https://gpuopen.com/vulkan-barriers-explained/Vulkan API Overview: Pipeline barriers https://boxbase.org/entries/2016/mar/7/vulkan-api-overview-3/BARRIERS IN VULKAN : THEY A转载 2017-09-23 19:01:46 · 537 阅读 · 0 评论 -
配置 VIM 的 HLSL 、 GLSL 的语法高亮文件
FX HLSL : Syntax Rules for Microsoft HLSL and FX files http://www.vim.org/scripts/script.php?script_id=855glsl.vim : Syntax file for the OpenGL Shading Language GLSL GLSlang http://www.vim.org/script原创 2016-10-19 17:35:34 · 1320 阅读 · 0 评论 -
Vulkan 资源链接
Nvidia Vulkan Resourceshttps://developer.nvidia.com/taxonomy/term/586Vulkan Shader Resource Bindinghttps://developer.nvidia.com/vulkan-shader-resource-binding原创 2016-05-17 16:59:01 · 570 阅读 · 0 评论 -
在 Windows 下构建 LunarG Vulkan Samples
复制代码从 GITHUB 上克隆代码库到本地代码库本地根目录为: D:\study\VulkanSamplescd D:\studygit clone https://github.com/LunarG/VulkanSamples.gitset VK_SAMPLE_DIR=D:\study\VulkanSamples环境准备路径设置set path=C:\Users\Chen Chang\App原创 2016-07-19 16:40:25 · 1878 阅读 · 0 评论 -
在 Windows 下构建 Vulkan LoadAndValidationLayers
环境准备set path=C:\Users\Chen Chang\AppData\Local\Programs\Python\Python35;%path%从 GITHUB 上克隆代码库到本地git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git检查 CMake 是否安装CMake 版本要求最低为原创 2016-07-19 15:12:38 · 906 阅读 · 0 评论 -
Vulkan Specification
https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html https://www.khronos.org/registry/vulkan/specs/1.0/pdf/vkspec.pdf https://www.khronos.org/registry/vulkan/specs/1.0/refguide/Vulkan-...原创 2018-08-25 22:35:06 · 530 阅读 · 0 评论