Lugdunum  0.1.0
Public Attributes | List of all members
lug::Graphics::Render::View::Scissor Struct Reference

#include <View.hpp>

Collaboration diagram for lug::Graphics::Render::View::Scissor:
[legend]

Public Attributes

struct {
   float   x
 
   float   y
 
offset
 
struct {
   float   width
 
   float   height
 
extent
 

Detailed Description

Definition at line 40 of file View.hpp.

Member Data Documentation

◆ x

float lug::Graphics::Render::View::Scissor::x

Definition at line 42 of file View.hpp.

◆ y

float lug::Graphics::Render::View::Scissor::y

Definition at line 43 of file View.hpp.

◆ offset

struct { ... } lug::Graphics::Render::View::Scissor::offset

◆ width

float lug::Graphics::Render::View::Scissor::width

Definition at line 47 of file View.hpp.

◆ height

float lug::Graphics::Render::View::Scissor::height

Definition at line 48 of file View.hpp.

◆ extent

struct { ... } lug::Graphics::Render::View::Scissor::extent

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