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 638 of file graphics.h.

Member Data Documentation

◆ depth

float gfx::clip_quad_def::depth = 0.0f

Definition at line 640 of file graphics.h.

◆ height

float gfx::clip_quad_def::height = 1.0f

Definition at line 642 of file graphics.h.

◆ offset_x

float gfx::clip_quad_def::offset_x = 0.0f

Definition at line 643 of file graphics.h.

◆ offset_y

float gfx::clip_quad_def::offset_y = 0.0f

Definition at line 644 of file graphics.h.

◆ uv_offset_x

float gfx::clip_quad_def::uv_offset_x = 0.0f

Definition at line 645 of file graphics.h.

◆ uv_offset_y

float gfx::clip_quad_def::uv_offset_y = 0.0f

Definition at line 646 of file graphics.h.

◆ uv_scaling_x

float gfx::clip_quad_def::uv_scaling_x = 1.0f

Definition at line 647 of file graphics.h.

◆ uv_scaling_y

float gfx::clip_quad_def::uv_scaling_y = 1.0f

Definition at line 648 of file graphics.h.

◆ width

float gfx::clip_quad_def::width = 1.0f

Definition at line 641 of file graphics.h.


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