srp
software rendering pipeline
Loading...
Searching...
No Matches
SRPVertexShader Struct Reference

#include <shaders.h>

Collaboration diagram for SRPVertexShader:

Public Attributes

void(* shader )(SRPvsInput *in, SRPvsOutput *out)
 
size_t nOutputVariables
 
SRPVertexVariableInformationoutputVariablesInfo
 
size_t nBytesPerOutputVariables
 

Detailed Description

Member Data Documentation

◆ nBytesPerOutputVariables

size_t SRPVertexShader::nBytesPerOutputVariables

Size of output variables in bytes

◆ nOutputVariables

size_t SRPVertexShader::nOutputVariables

Pointer to an array of output variables' information. Should be SRPVertexShader.nOutputVariables elements long.

◆ shader

void(* SRPVertexShader::shader) (SRPvsInput *in, SRPvsOutput *out)

< Shader function Number of output variables


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