Skip to main content

Module texture_memory

Module texture_memory 

Source
Expand description

Texture memory for GPU-style 2D/3D data access with interpolation

Provides a software emulation of CUDA texture memory, supporting nearest-neighbor and bilinear filtering, clamping and wrapping address modes, and normalized coordinate access.

Structs§

TextureDescriptor
Texture descriptor
TextureMemory
Texture memory object providing GPU-style texture sampling

Enums§

AddressMode
Texture addressing mode
FilterMode
Texture filter mode

Type Aliases§

SharedTexture
Shared texture handle