neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::game::image Struct Reference

#include <image.hpp>

Classes

struct  meta
 

Public Attributes

neolib::cookie_ref_ptr id
 
std::string uri
 
scalar dpiScaleFactor
 
texture_sampling textureSampling
 

Detailed Description

Definition at line 32 of file image.hpp.

Member Data Documentation

◆ dpiScaleFactor

scalar neogfx::game::image::dpiScaleFactor

Definition at line 36 of file image.hpp.

◆ id

neolib::cookie_ref_ptr neogfx::game::image::id

Definition at line 34 of file image.hpp.

◆ textureSampling

texture_sampling neogfx::game::image::textureSampling

Definition at line 37 of file image.hpp.

◆ uri

std::string neogfx::game::image::uri

Definition at line 35 of file image.hpp.


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