Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
TextureDescriptor.inl File Reference

Go to the source code of this file.

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 

Macros

#define DVD_TEXTURE_DESCRIPTOR_INL_
 

Functions

bool Divide::Is1DTexture (TextureType texType) noexcept
 
bool Divide::Is2DTexture (TextureType texType) noexcept
 
bool Divide::Is3DTexture (TextureType texType) noexcept
 
bool Divide::IsCubeTexture (TextureType texType) noexcept
 
bool Divide::IsArrayTexture (TextureType texType) noexcept
 
bool Divide::IsDepthTexture (GFXImagePacking packing) noexcept
 
bool Divide::IsNormalizedTexture (GFXImagePacking packing) noexcept
 
bool Divide::SupportsZOffsetTexture (TextureType texType) noexcept
 
U8 Divide::NumChannels (GFXImageFormat format) noexcept
 
bool Divide::IsBGRTexture (GFXImageFormat format) noexcept
 
void Divide::AddImageUsageFlag (PropertyDescriptor< Texture > &descriptor, const ImageUsage usage) noexcept
 
void Divide::RemoveImageUsageFlag (PropertyDescriptor< Texture > &descriptor, const ImageUsage usage) noexcept
 
bool Divide::HasUsageFlagSet (const PropertyDescriptor< Texture > &descriptor, const ImageUsage usage) noexcept
 
template<>
size_t Divide::GetHash (const PropertyDescriptor< Texture > &descriptor) noexcept
 

Macro Definition Documentation

◆ DVD_TEXTURE_DESCRIPTOR_INL_

#define DVD_TEXTURE_DESCRIPTOR_INL_

Definition at line 34 of file TextureDescriptor.inl.