Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::PushConstantsStruct Struct Reference

#include <PushConstants.h>

Public Member Functions

bool set () const noexcept
 
const F32dataPtr () const
 
bool operator== (const PushConstantsStruct &rhs) const =default
 

Static Public Member Functions

static constexpr size_t Size () noexcept
 

Public Attributes

mat4< F32data [2] { MAT4_NEGATIVE_ONE, MAT4_NEGATIVE_ONE }
 

Detailed Description

Definition at line 40 of file PushConstants.h.

Member Function Documentation

◆ dataPtr()

const F32 * Divide::PushConstantsStruct::dataPtr ( ) const
inline

Definition at line 51 of file PushConstants.h.

◆ operator==()

bool Divide::PushConstantsStruct::operator== ( const PushConstantsStruct rhs) const
default

◆ set()

bool Divide::PushConstantsStruct::set ( ) const
inlinenoexcept

Definition at line 44 of file PushConstants.h.

◆ Size()

static constexpr size_t Divide::PushConstantsStruct::Size ( )
inlinestaticconstexprnoexcept

Definition at line 50 of file PushConstants.h.

Member Data Documentation

◆ data

mat4<F32> Divide::PushConstantsStruct::data[2] { MAT4_NEGATIVE_ONE, MAT4_NEGATIVE_ONE }

Definition at line 42 of file PushConstants.h.


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