group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
ParticleUniforms Struct Reference

std140-compatible uniform block pushed before every particle pipeline. More...

Public Attributes

glm::mat4 view
glm::mat4 proj
glm::vec3 camPos
float _p0
glm::vec3 camRight
float _p1
glm::vec3 camUp
float _p2

Detailed Description

std140-compatible uniform block pushed before every particle pipeline.

Must match layout(set=1, binding=0) in all particle vertex shaders.

Member Data Documentation

◆ _p0

float ParticleUniforms::_p0

◆ _p1

float ParticleUniforms::_p1

◆ _p2

float ParticleUniforms::_p2

◆ camPos

glm::vec3 ParticleUniforms::camPos

◆ camRight

glm::vec3 ParticleUniforms::camRight

◆ camUp

glm::vec3 ParticleUniforms::camUp

◆ proj

glm::mat4 ParticleUniforms::proj

◆ view

glm::mat4 ParticleUniforms::view

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