libs/vkd3d-shader: Fix immediate constant buffers.

This commit is contained in:
Józef Kucia 2017-07-18 17:32:26 +02:00
parent 2420fdb3af
commit e307beee29
1 changed files with 1 additions and 0 deletions

View File

@ -1575,6 +1575,7 @@ static uint32_t vkd3d_dxbc_compiler_get_register_id(struct vkd3d_dxbc_compiler *
case VKD3DSPR_OUTPUT:
case VKD3DSPR_COLOROUT:
case VKD3DSPR_CONSTBUFFER:
case VKD3DSPR_IMMCONSTBUFFER:
case VKD3DSPR_SAMPLER:
case VKD3DSPR_THREADID:
case VKD3DSPR_LOCALTHREADID: