HLSL: Fix incorrect case in name of DX9-style cube sampler type (#2265)
This commit is contained in:
parent
b919bc889e
commit
ebf55a0711
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ sampler g_sam : register(t0);
|
|||
sampler1D g_sam1D : register(t1);
|
||||
sampler2D g_sam2D : register(t2);
|
||||
sampler3D g_sam3D : register(t3);
|
||||
samplerCube g_samCube : register(t4);
|
||||
samplerCUBE g_samCube : register(t4);
|
||||
|
||||
struct PS_OUTPUT
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue