Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::pos_texcoord0_vertex Struct Reference

#include <vertex_decl.h>

Inheritance diagram for gfx::pos_texcoord0_vertex:
gfx::vertex< pos_texcoord0_vertex >

Static Public Member Functions

static void init (vertex_layout &decl)
 
- Static Public Member Functions inherited from gfx::vertex< pos_texcoord0_vertex >
static auto get_layout () -> const vertex_layout &
 

Public Attributes

float x = 0.0f
 
float y = 0.0f
 
float z = 0.0f
 
float u = 0.0f
 
float v = 0.0f
 

Detailed Description

Definition at line 44 of file vertex_decl.h.

Member Function Documentation

◆ init()

void gfx::pos_texcoord0_vertex::init ( gfx::vertex_layout & decl)
static

Definition at line 16 of file vertex_decl.cpp.

Member Data Documentation

◆ u

float gfx::pos_texcoord0_vertex::u = 0.0f

Definition at line 50 of file vertex_decl.h.

◆ v

float gfx::pos_texcoord0_vertex::v = 0.0f

Definition at line 51 of file vertex_decl.h.

◆ x

float gfx::pos_texcoord0_vertex::x = 0.0f

Definition at line 46 of file vertex_decl.h.

◆ y

float gfx::pos_texcoord0_vertex::y = 0.0f

Definition at line 47 of file vertex_decl.h.

◆ z

float gfx::pos_texcoord0_vertex::z = 0.0f

Definition at line 48 of file vertex_decl.h.


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