mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-29 09:58:05 +00:00
Removal of unneeded depthFormats
This commit is contained in:
@@ -1257,9 +1257,7 @@ void RasterizerVulkan::UpdateDepthBias(Tegra::Engines::Maxwell3D::Regs& regs) {
|
|||||||
|
|
||||||
const bool is_float_depth =
|
const bool is_float_depth =
|
||||||
regs.zeta.format == Tegra::DepthFormat::Z32_FLOAT ||
|
regs.zeta.format == Tegra::DepthFormat::Z32_FLOAT ||
|
||||||
regs.zeta.format == Tegra::DepthFormat::Z32_FLOAT_X24S8_UINT ||
|
regs.zeta.format == Tegra::DepthFormat::Z32_FLOAT_X24S8_UINT;
|
||||||
regs.zeta.format == Tegra::DepthFormat::Z32_FLOAT_X16V8X8_UINT ||
|
|
||||||
regs.zeta.format == Tegra::DepthFormat::Z32_FLOAT_X16V8S8_UINT;
|
|
||||||
if (is_float_depth && units != 0.0f && !device.IsExtDepthBiasControlSupported()) {
|
if (is_float_depth && units != 0.0f && !device.IsExtDepthBiasControlSupported()) {
|
||||||
static bool logged_float_bias_warning = false;
|
static bool logged_float_bias_warning = false;
|
||||||
if (!logged_float_bias_warning) {
|
if (!logged_float_bias_warning) {
|
||||||
|
|||||||
Reference in New Issue
Block a user