This website requires JavaScript.
Explore
Help
Register
Sign In
hyzboy
/
ULRE
Watch
1
Star
0
Fork
0
You've already forked ULRE
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ULRE
/
example
/
Vulkan
History
hyzboy
056be453f2
VK仅支持CombindImageSamler,所有去掉原本的GetSampler,将GetCombindImageSampler改名为GetSampler
2019-05-21 00:11:50 +08:00
..
CMakeLists.txt
增加TGATexture.cpp/texture_rect,完成纹理提交代码,但似乎有报错,待修正
2019-05-19 13:03:12 +08:00
indices_rect.cpp
增加TGATexture.cpp/texture_rect,完成纹理提交代码,但似乎有报错,待修正
2019-05-19 13:03:12 +08:00
main.cpp
PipelineCreateInfo.POD增加安全性检测
2019-05-18 00:08:41 +08:00
texture_rect.cpp
VK仅支持CombindImageSamler,所有去掉原本的GetSampler,将GetCombindImageSampler改名为GetSampler
2019-05-21 00:11:50 +08:00
TGATexture.cpp
TGATexture.cpp转BGR565改为转RGB565
2019-05-20 21:34:36 +08:00
VulkanAppFramework.h
VKDevice建立独立的texture提交专用fence,以避免和绘图用冲突
2019-05-20 13:50:11 +08:00