A lightweight DDS texture loader for Vulkan. Based on Microsoft's DirectXTex DDSTextureLoader12: https://github.com/microsoft/DirectXTex/tree/master/DDSTextureLoader
Stars
2
Forks
0
Watchers
2
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
Now VkImageCreateInfo used to create the texture can be queried.
32634e5View on GitHubMajor refactor, unification with DDSTextureLoader12, format fixes
5a60f43View on GitHubMerge branch 'master' of https://github.com/Sixshaman/DDSTextureLoaderVk
410b6eeView on GitHubMerge branch 'master' of https://github.com/Sixshaman/DDSTextureLoaderVk
7b94dddView on GitHubMulti-planar format support (kinda), better error codes, error message
dba4b52View on GitHubRemoval of DDSVulkanFunctionsInclude.h, now the functions are defined dynamically
fbac4f2View on GitHub