Change resource bindings for OutOfBounds test (#552)

This commit is contained in:
Young Kim 2017-08-11 10:52:11 -07:00 коммит произвёл GitHub
Родитель 56b7aaf0d9
Коммит 04adcdbfc2
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -136,8 +136,7 @@
float zero_idx;
float oob_idx;
};
// Texture1D<float> g_t1d: register(t0); // alternate binding
Buffer<float> g_t1d: register(t0);
Texture1D<float> g_t1d: register(t0);
struct PSInput {
float4 position : SV_POSITION;
};