Halide
VkViewport Struct Reference

#include <mini_vulkan.h>

Public Attributes

float x
 
float y
 
float width
 
float height
 
float minDepth
 
float maxDepth
 

Detailed Description

Definition at line 2010 of file mini_vulkan.h.

Member Data Documentation

◆ x

float VkViewport::x

Definition at line 2011 of file mini_vulkan.h.

◆ y

float VkViewport::y

Definition at line 2012 of file mini_vulkan.h.

◆ width

float VkViewport::width

Definition at line 2013 of file mini_vulkan.h.

◆ height

float VkViewport::height

Definition at line 2014 of file mini_vulkan.h.

◆ minDepth

float VkViewport::minDepth

Definition at line 2015 of file mini_vulkan.h.

◆ maxDepth

float VkViewport::maxDepth

Definition at line 2016 of file mini_vulkan.h.


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