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

#include <vertex_decl.h>

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

Static Public Member Functions

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

Public Attributes

float x = 0.0f
 
float y = 0.0f
 
float z = 0.0f
 

Detailed Description

Definition at line 35 of file vertex_decl.h.

Member Function Documentation

◆ init()

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

Definition at line 11 of file vertex_decl.cpp.

Member Data Documentation

◆ x

float gfx::pos_vertex::x = 0.0f

Definition at line 37 of file vertex_decl.h.

◆ y

float gfx::pos_vertex::y = 0.0f

Definition at line 38 of file vertex_decl.h.

◆ z

float gfx::pos_vertex::z = 0.0f

Definition at line 39 of file vertex_decl.h.


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