File tree Expand file tree Collapse file tree 5 files changed +16
-18
lines changed Expand file tree Collapse file tree 5 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,20 @@ This is a prototype library implementing [Vulkan Portability Initiative](https:/
9
9
### [ Dota2] ( https://github.com/ValveSoftware/Dota-2 ) :
10
10
![ Dota2] ( etc/dota2-river.jpg )
11
11
12
- ### [ VkQuake] ( https://github.com/Novum/vkQuake )
13
- ![ VkQuake] ( etc/quake-main.jpg )
12
+ ### Quake
13
+ - [ vkQuake] ( https://github.com/Novum/vkQuake )
14
+ - [ vkQuake2] ( https://github.com/kondrak/vkQuake2 )
15
+ - [ vkQuake3] ( https://github.com/suijingfeng/vkQuake3 )
16
+
17
+ ![ VkQuake] ( etc/quake-main.jpg ) ![ VkQuake3] ( etc/quake3-main.jpg )
14
18
15
19
### [ RPCS3] ( https://github.com/RPCS3/rpcs3 ) :
16
- ![ RPCS3-cube ] ( etc/rpcs3-cube.jpg )
17
- ![ RPCS3-scogger] ( etc/rpcs3-scogger.jpg )
20
+
21
+ ![ RPCS3-cube ] ( etc/rpcs3-cube.jpg ) ![ RPCS3- scogger] ( etc/rpcs3-scogger.jpg )
18
22
19
23
### [ Dolphin] ( https://github.com/dolphin-emu ) :
20
- ![ Dolphin-sb] ( etc/dolphin-smash-bros.png )
21
- ![ Dolphin-pm] ( etc/dolphin-paper-mario.png )
22
- ![ Dolphin-mk] ( etc/dolphin-mario-kart.jpg )
23
- ![ Dolphin-md] ( etc/dolphin-metroid.jpg )
24
+ ![ Dolphin-sb] ( etc/dolphin-smash-bros.png ) ![ Dolphin-pm] ( etc/dolphin-paper-mario.png )
25
+ ![ Dolphin-mk] ( etc/dolphin-mario-kart.jpg ) ![ Dolphin-md] ( etc/dolphin-metroid.jpg )
24
26
25
27
## Instructions
26
28
Original file line number Diff line number Diff line change @@ -1728,9 +1728,6 @@ pub extern "C" fn gfxCreateImageView(
1728
1728
pView : * mut VkImageView ,
1729
1729
) -> VkResult {
1730
1730
let info = unsafe { & * pCreateInfo } ;
1731
- assert ! ( info. subresourceRange. levelCount != VK_REMAINING_MIP_LEVELS as _) ; // TODO
1732
- assert ! ( info. subresourceRange. layerCount != VK_REMAINING_ARRAY_LAYERS as _) ; // TODO
1733
-
1734
1731
let view = unsafe {
1735
1732
gpu. device . create_image_view (
1736
1733
& info. image . raw ,
Original file line number Diff line number Diff line change 1
1
#![ allow( non_snake_case) ]
2
2
3
- #[ macro_use]
4
3
extern crate portability_gfx;
5
4
6
5
use portability_gfx:: * ;
You can’t perform that action at this time.
0 commit comments