Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
talvos::SampledImage Struct Reference

A combination of an image and a sampler used to access it. More...

#include <talvos/Image.h>

Public Attributes

const class ImageViewImage
 
const class SamplerSampler
 

Detailed Description

A combination of an image and a sampler used to access it.

Definition at line 268 of file Image.h.

Member Data Documentation

const class ImageView* talvos::SampledImage::Image

Definition at line 270 of file Image.h.

const class Sampler* talvos::SampledImage::Sampler

Definition at line 271 of file Image.h.