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

#include <graphics.h>

Public Attributes

float depth = 0.0f
 
float width = 1.0f
 
float height = 1.0f
 
float offset_x = 0.0f
 
float offset_y = 0.0f
 
float uv_offset_x = 0.0f
 
float uv_offset_y = 0.0f
 
float uv_scaling_x = 1.0f
 
float uv_scaling_y = 1.0f
 

Detailed Description

Definition at line 693 of file graphics.h.

Member Data Documentation

◆ depth

float gfx::clip_quad_def::depth = 0.0f

Definition at line 695 of file graphics.h.

◆ height

float gfx::clip_quad_def::height = 1.0f

Definition at line 697 of file graphics.h.

◆ offset_x

float gfx::clip_quad_def::offset_x = 0.0f

Definition at line 698 of file graphics.h.

◆ offset_y

float gfx::clip_quad_def::offset_y = 0.0f

Definition at line 699 of file graphics.h.

◆ uv_offset_x

float gfx::clip_quad_def::uv_offset_x = 0.0f

Definition at line 700 of file graphics.h.

◆ uv_offset_y

float gfx::clip_quad_def::uv_offset_y = 0.0f

Definition at line 701 of file graphics.h.

◆ uv_scaling_x

float gfx::clip_quad_def::uv_scaling_x = 1.0f

Definition at line 702 of file graphics.h.

◆ uv_scaling_y

float gfx::clip_quad_def::uv_scaling_y = 1.0f

Definition at line 703 of file graphics.h.

◆ width

float gfx::clip_quad_def::width = 1.0f

Definition at line 696 of file graphics.h.


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