Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
Image.cpp File Reference

This file provides definitions for image functionality. More...

#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstring>
#include <limits>
#include "talvos/Device.h"
#include "talvos/Image.h"
#include "talvos/Memory.h"
#include "talvos/Object.h"
#include "talvos/Type.h"

Go to the source code of this file.

Namespaces

 talvos
 

Functions

uint32_t talvos::getElementSize (VkFormat Format)
 Returns the size in bytes for each element of an image with type Format. More...
 
bool talvos::hasAlphaChannel (VkFormat Format)
 Returns true if Format includes an alpha channel. More...
 

Detailed Description

This file provides definitions for image functionality.

Definition in file Image.cpp.