GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
glTF_Builder::struct_sampler Struct Reference

#include <gltf.hpp>

Collaboration diagram for glTF_Builder::struct_sampler:
[legend]

Public Attributes

node_unsigned magFilter = { false, "magFilter", 0 }
 
node_unsigned minFilter = { false, "minFilter", 0 }
 
node_unsigned wrapS = { false, "wrapS", 0 }
 
node_unsigned wrapT = { false, "wrapT", 0 }
 

Detailed Description

Definition at line 80 of file gltf.hpp.

Member Data Documentation

node_unsigned glTF_Builder::struct_sampler::magFilter = { false, "magFilter", 0 }

Definition at line 82 of file gltf.hpp.

node_unsigned glTF_Builder::struct_sampler::minFilter = { false, "minFilter", 0 }

Definition at line 83 of file gltf.hpp.

node_unsigned glTF_Builder::struct_sampler::wrapS = { false, "wrapS", 0 }

Definition at line 84 of file gltf.hpp.

node_unsigned glTF_Builder::struct_sampler::wrapT = { false, "wrapT", 0 }

Definition at line 85 of file gltf.hpp.


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