Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GPUShaders::Vert::Probe_debug Class Reference

Probe debug vertex shader. More...

Public Member Functions

void main ()
 

Public Attributes

in vec3 v
 Position.
 
uniform mat4 mvp
 The transformation matrix.
 
uniform mat4 m
 Model transformation matrix.
 
uniform mat4 normalMatrix
 Normal transformation matrix.
 
out vec4 pos
 World space position.
 
out vec4 nor
 Normal in world space.
 

Detailed Description

Probe debug vertex shader.

Member Function Documentation

◆ main()

void GPUShaders::Vert::Probe_debug::main ( )
inline

Apply the MVP transformation to the input vertex.


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