Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::ImageViewDescriptor Struct Reference

#include <DescriptorSets.h>

Public Member Functions

bool operator== (const ImageViewDescriptor &) const =default
 

Public Attributes

U8 _msaaSamples { 0u }
 
GFXDataFormat _dataType { GFXDataFormat::COUNT }
 
GFXImageFormat _baseFormat { GFXImageFormat::COUNT }
 
GFXImagePacking _packing { GFXImagePacking::COUNT }
 

Detailed Description

Definition at line 59 of file DescriptorSets.h.

Member Function Documentation

◆ operator==()

bool Divide::ImageViewDescriptor::operator== ( const ImageViewDescriptor ) const
default

Member Data Documentation

◆ _baseFormat

GFXImageFormat Divide::ImageViewDescriptor::_baseFormat { GFXImageFormat::COUNT }

Definition at line 63 of file DescriptorSets.h.

◆ _dataType

GFXDataFormat Divide::ImageViewDescriptor::_dataType { GFXDataFormat::COUNT }

Definition at line 62 of file DescriptorSets.h.

◆ _msaaSamples

U8 Divide::ImageViewDescriptor::_msaaSamples { 0u }

Definition at line 61 of file DescriptorSets.h.

◆ _packing

GFXImagePacking Divide::ImageViewDescriptor::_packing { GFXImagePacking::COUNT }

Definition at line 64 of file DescriptorSets.h.


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