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

#include <vertex_decl.h>

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

Static Public Member Functions

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

Public Attributes

float x = 0.0f
 
float y = 0.0f
 

Detailed Description

Definition at line 27 of file vertex_decl.h.

Member Function Documentation

◆ init()

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

Definition at line 6 of file vertex_decl.cpp.

Member Data Documentation

◆ x

float gfx::screen_pos_vertex::x = 0.0f

Definition at line 29 of file vertex_decl.h.

◆ y

float gfx::screen_pos_vertex::y = 0.0f

Definition at line 30 of file vertex_decl.h.


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