Remove unused texture reference

This commit is contained in:
Steven Robertson 2017-04-23 01:15:51 -07:00
parent c79db04490
commit 6b2b72a3fe

View File

@ -106,8 +106,6 @@ def apply_affine(names, packer):
NTHREADS = 256 NTHREADS = 256
iter_decls = """ iter_decls = """
// Note: for normalized lookups, uchar4 actually returns floats
texture<uchar4, cudaTextureType2D, cudaReadModeNormalizedFloat> palTex;
__shared__ iter_params params; __shared__ iter_params params;
typedef struct { typedef struct {