Elevate Engine 1
Loading...
Searching...
No Matches
Elevate::FramebufferColorAttachment Struct Reference

#include <FrameBuffer.h>

Public Member Functions

 FramebufferColorAttachment (TexturePtr tex)
 

Public Attributes

TexturePtr Texture
 
uint8_t Index = 0
 

Detailed Description

Definition at line 12 of file FrameBuffer.h.

Constructor & Destructor Documentation

◆ FramebufferColorAttachment()

Elevate::FramebufferColorAttachment::FramebufferColorAttachment ( TexturePtr  tex)
inline

Definition at line 16 of file FrameBuffer.h.

16: Texture(tex) { }

Member Data Documentation

◆ Index

uint8_t Elevate::FramebufferColorAttachment::Index = 0

Definition at line 14 of file FrameBuffer.h.

◆ Texture

TexturePtr Elevate::FramebufferColorAttachment::Texture

Definition at line 13 of file FrameBuffer.h.


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