cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
List of all members
cuda::texture::descriptor_t Struct Reference

A simplifying rudimentary wrapper wrapper for the CUDA runtime API's internal "texture descriptor" object, allowing the creating of such descriptors without having to give it too much thought. More...

#include <texture_view.hpp>

Inheritance diagram for cuda::texture::descriptor_t:
Inheritance graph
[legend]
Collaboration diagram for cuda::texture::descriptor_t:
Collaboration graph
[legend]

Detailed Description

A simplifying rudimentary wrapper wrapper for the CUDA runtime API's internal "texture descriptor" object, allowing the creating of such descriptors without having to give it too much thought.

Todo:
Could be expanded into a richer wrapper class allowing actual settings of the various fields.

The documentation for this struct was generated from the following file: