Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::shadow::PosVertex Struct Reference

#include <shadow.h>

Inheritance diagram for unravel::shadow::PosVertex:
gfx::vertex< PosVertex >

Static Public Member Functions

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

Public Attributes

float m_x
 
float m_y
 
float m_z
 

Detailed Description

Definition at line 418 of file shadow.h.

Member Function Documentation

◆ init()

static void unravel::shadow::PosVertex::init ( gfx::vertex_layout & decl)
inlinestatic

Definition at line 423 of file shadow.h.

Member Data Documentation

◆ m_x

float unravel::shadow::PosVertex::m_x

Definition at line 420 of file shadow.h.

◆ m_y

float unravel::shadow::PosVertex::m_y

Definition at line 421 of file shadow.h.

◆ m_z

float unravel::shadow::PosVertex::m_z

Definition at line 422 of file shadow.h.


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