aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-10-26 19:08:09 +0800
committerChia-I Wu <olv@lunarg.com>2015-10-30 20:49:23 +0800
commit083d492b8397c6336892b4e25fa45a97f7687cab (patch)
tree7135c6775dfd1747373958cea6768da378f49696 /icd
parentc16d2e0849b245c69ef0c13396864a5f1a447777 (diff)
downloadusermoji-083d492b8397c6336892b4e25fa45a97f7687cab.tar.xz
bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP)
s/slopeScaledDepthBias/depthBiasSlopeFactor/g s/depthBias\b/depthBiasConstantFactor/g https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14365
Diffstat (limited to 'icd')
-rw-r--r--icd/nulldrv/nulldrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 796583b5..b1b93cc3 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -1091,7 +1091,7 @@ ICD_EXPORT void VKAPI vkCmdSetLineWidth(VkCmdBuffer cmdBuffer, float lineWidth)
NULLDRV_LOG_FUNC;
}
-ICD_EXPORT void VKAPI vkCmdSetDepthBias(VkCmdBuffer cmdBuffer, float depthBias, float depthBiasClamp, float slopeScaledDepthBias)
+ICD_EXPORT void VKAPI vkCmdSetDepthBias(VkCmdBuffer cmdBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor)
{
NULLDRV_LOG_FUNC;
}