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

2D render target texture. More...

Classes

class  kanzi::Framebuffer
 Framebuffer allows the rendering to the user-specified texture or renderbuffer, instead of rendering directly to the window. More...
 

Namespaces

 kanzi
 

Functions

KANZI_API bool kanzi::isValidFramebufferSize (float size)
 Checks if size is valid framebuffer size. More...
 
KANZI_API bool kanzi::isValidFramebufferSize (Vector2 const &size)
 
KANZI_API bool kanzi::isValidFramebufferSize (float width, float height)
 
KANZI_API unsigned kanzi::toValidFramebufferSize (float size)
 
KANZI_API unsigned int kanzi::getUsageFlags (Framebuffer::Attachment attachment)
 

Detailed Description

2D render target texture.

Copyright 2008-2020 by Rightware. All rights reserved.