NvVkTexture Struct Reference
A "texture": a wrapper for a VkImage and its VkImageView. More...
#include <NvVkContext.h>
| Public Member Functions | |
| NvVkImage & | operator() () | 
| Value-of operator. | |
| Public Attributes | |
| NvVkImage | image | 
| Image object. | |
| VkImageView | view | 
| Image view object. | |
Detailed Description
A "texture": a wrapper for a VkImage and its VkImageView.Member Function Documentation
| NvVkImage& NvVkTexture::operator() | ( | ) |  [inline] | 
Value-of operator.
Returns the VkImage
- Returns:
- the VkImage
The documentation for this struct was generated from the following file: