summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index b6a4111..8a08501 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -312,7 +312,7 @@ enum cudaTextureReadMode {
struct textureReference {
int normalized;
enum cudaTextureFilterMode filterMode;
- enum cudaTextureAddressMode addressMode[2];
+ enum cudaTextureAddressMode addressMode[3];
struct cudaChannelFormatDesc channelDesc;
};