cuda.core.textures.AddressMode#

class cuda.core.textures.AddressMode(
value,
names=<not given>,
*values,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)#

Boundary behavior for out-of-range texture coordinates.

WRAP: 0

Boundary behavior for out-of-range texture coordinates.

CLAMP: 1

Boundary behavior for out-of-range texture coordinates.

MIRROR: 2

Boundary behavior for out-of-range texture coordinates.

BORDER: 3

Boundary behavior for out-of-range texture coordinates.