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

Object basic color vertex shader. More...

Public Member Functions

void main ()
 

Public Attributes

in vec3 v
 Position.
 
in vec3 c
 Color.
 
uniform mat4 mvp
 The transformation matrix.
 
out vec3 col
 Color.
 

Detailed Description

Object basic color vertex shader.

Member Function Documentation

◆ main()

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

Apply the transformation to the input vertex.


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