Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::Texture Class Referenceabstract

#include <Texture.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::Texture:
Grindstone::GraphicsAPI::DirectX12Texture Grindstone::GraphicsAPI::OpenGL::Texture Grindstone::GraphicsAPI::Vulkan::Texture

Classes

struct  CreateInfo
 
struct  CubemapCreateInfo
 

Public Member Functions

virtual void RecreateTexture (const Texture::CreateInfo &createInfo)=0
 

Detailed Description

Textures represent image data. They can include a multitude of formats representing red, green, blue, and alpha channels. They represent 1d, 2d, or 3d buffers, cubemaps, etc. These also include sampler information.


The documentation for this class was generated from the following file: