Skip to content

Commit

Permalink
Vulkan: do not cull back faces by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Apr 7, 2021
1 parent 26bda18 commit 4791e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/refresh/vk/header/qvk.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ typedef struct
.layout = VK_NULL_HANDLE, \
.pl = VK_NULL_HANDLE, \
.flags = 0, \
.cullMode = VK_CULL_MODE_BACK_BIT, \
.cullMode = VK_CULL_MODE_NONE, \
.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, \
.blendOpts = { \
.blendEnable = VK_FALSE, \
Expand Down

0 comments on commit 4791e19

Please sign in to comment.