Show / Hide Table of Contents

Struct cudaTextureDesc

CUDA texture descriptor

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaTextureDesc")]
public struct cudaTextureDesc

Fields

addressMode

Texture address mode for up to 3 dimensions

Declaration
public int *addressMode
Field Value
Type Description
System.Int32*

borderColor

Texture Border Color

Declaration
public float *borderColor
Field Value
Type Description
System.Single*

filterMode

Texture filter mode

Declaration
public cudaTextureFilterMode filterMode
Field Value
Type Description
cudaTextureFilterMode

maxAnisotropy

Limit to the anisotropy ratio

Declaration
public uint maxAnisotropy
Field Value
Type Description
System.UInt32

maxMipmapLevelClamp

Upper end of the mipmap level range to clamp access to

Declaration
public float maxMipmapLevelClamp
Field Value
Type Description
System.Single

minMipmapLevelClamp

Lower end of the mipmap level range to clamp access to

Declaration
public float minMipmapLevelClamp
Field Value
Type Description
System.Single

mipmapFilterMode

Mipmap filter mode

Declaration
public cudaTextureFilterMode mipmapFilterMode
Field Value
Type Description
cudaTextureFilterMode

mipmapLevelBias

Offset applied to the supplied mipmap level

Declaration
public float mipmapLevelBias
Field Value
Type Description
System.Single

normalizedCoords

Indicates whether texture reads are normalized or not

Declaration
public int normalizedCoords
Field Value
Type Description
System.Int32

readMode

Texture read mode

Declaration
public cudaTextureReadMode readMode
Field Value
Type Description
cudaTextureReadMode

sRGB

Perform sRGB->linear conversion during texture read

Declaration
public int sRGB
Field Value
Type Description
System.Int32
Back to top Generated by DocFX