mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
libs/vkd3d-shader: Translate log instructions.
This commit is contained in:
parent
87f34094db
commit
a4e5d06cac
@ -2535,6 +2535,7 @@ static enum GLSLstd450 vkd3d_dxbc_compiler_map_ext_glsl_instruction(
|
||||
{VKD3DSIH_FRC, GLSLstd450Fract},
|
||||
{VKD3DSIH_IMAX, GLSLstd450SMax},
|
||||
{VKD3DSIH_IMIN, GLSLstd450SMin},
|
||||
{VKD3DSIH_LOG, GLSLstd450Log2},
|
||||
{VKD3DSIH_MAD, GLSLstd450Fma},
|
||||
{VKD3DSIH_MAX, GLSLstd450FMax},
|
||||
{VKD3DSIH_MIN, GLSLstd450FMin},
|
||||
@ -3186,6 +3187,7 @@ void vkd3d_dxbc_compiler_handle_instruction(struct vkd3d_dxbc_compiler *compiler
|
||||
case VKD3DSIH_FRC:
|
||||
case VKD3DSIH_IMAX:
|
||||
case VKD3DSIH_IMIN:
|
||||
case VKD3DSIH_LOG:
|
||||
case VKD3DSIH_MAD:
|
||||
case VKD3DSIH_MAX:
|
||||
case VKD3DSIH_MIN:
|
||||
|
Loading…
x
Reference in New Issue
Block a user