All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
texture.hpp File Reference

Texture base definitions. More...

Classes

class  kanzi::Texture
 Textures provide images that can be read from shaders through samplers. More...
 

Namespaces

 kanzi
 

Functions

KANZI_API unsigned int kanzi::getMipLevelCountFromTextureSize (unsigned int width, unsigned int height)
 Helper function to return the number of mip levels needed for the specified texture size. More...
 
KANZI_API unsigned int kanzi::textureTargetGetFaceCount (Texture::Target target)
 
KANZI_API Texture::ImageTarget kanzi::getTextureImageTarget (Texture::Target target, unsigned int face)
 
KANZI_API unsigned int kanzi::getGLTextureTarget (Texture::Target value)
 
KANZI_API unsigned int kanzi::getGLTextureTarget (Texture::ImageTarget value)
 

Detailed Description

Texture base definitions.

Copyright 2008-2020 by Rightware. All rights reserved.