Struct cuda_sys::cudart::textureReference[][src]

#[repr(C)]
pub struct textureReference { pub normalized: c_int, pub filterMode: cudaTextureFilterMode, pub addressMode: [cudaTextureAddressMode; 3], pub channelDesc: cudaChannelFormatDesc, pub sRGB: c_int, pub maxAnisotropy: c_uint, pub mipmapFilterMode: cudaTextureFilterMode, pub mipmapLevelBias: f32, pub minMipmapLevelClamp: f32, pub maxMipmapLevelClamp: f32, pub __cudaReserved: [c_int; 15], }

Fields

Trait Implementations

impl Debug for textureReference
[src]

Formats the value using the given formatter. Read more

impl Copy for textureReference
[src]

impl Clone for textureReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations