mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
ed74a6420b
Vulkan requires color blend state is only for color attachments (ignored otherwise), but it shouldn't be necessary to actually specify the blend state and instead have it default to something reasonable. Unfortunately, colorWriteMask affects the output even if blending is disabled, so it must be initialized to something reasonable (r|g|b|a) for when the default is used. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
ecs | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |