Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::Texture::Config Struct Reference

Data Fields

Texture::Type type = Texture::Type::None
 
Texture::Target target = Texture::Target::Texture2D
 
std::filesystem::path path = ""
 
Texture::Properties properties = {}
 
std::optional< Colorcolor = {}
 

Detailed Description

Definition at line 205 of file texture.hpp.

Field Documentation

◆ color

std::optional<Color> brenta::Texture::Config::color = {}

Definition at line 211 of file texture.hpp.

◆ path

std::filesystem::path brenta::Texture::Config::path = ""

Definition at line 209 of file texture.hpp.

◆ properties

Texture::Properties brenta::Texture::Config::properties = {}

Definition at line 210 of file texture.hpp.

◆ target

Texture::Target brenta::Texture::Config::target = Texture::Target::Texture2D

Definition at line 208 of file texture.hpp.

◆ type

Texture::Type brenta::Texture::Config::type = Texture::Type::None

Definition at line 207 of file texture.hpp.


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