|
srp
software rendering pipeline
|
#include <context.h>
Public Attributes | |
| SRPMessageCallbackType | messageCallback |
| void * | messageCallbackUserParameter |
| SRPInterpolationMode | interpolationMode |
Holds runtime settings. This always needs to be declared as SRPContext srpContext in user programs and initialized with srpNewContext()
| SRPInterpolationMode SRPContext::interpolationMode |
How to interpolate vertex attributes inside the primitive
| SRPMessageCallbackType SRPContext::messageCallback |
Message callback function that is called whenever an error/warning/etc. occurs
| void* SRPContext::messageCallbackUserParameter |
User pointer to pass to message callback function