diff options
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
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; }; |
