Show / Hide Table of Contents

Enum cudaTextureReadMode

CUDA texture read modes

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaTextureReadMode")]
public enum cudaTextureReadMode

Fields

Name Description
cudaReadModeElementType = 0

Read texture as specified element type

cudaReadModeNormalizedFloat = 1

Read texture as normalized float

Back to top Generated by DocFX