You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#ifndef GPU_INSTANCER_PLATFORM_DEPENDENT_INCLUDED
|
|
|
|
|
#define GPU_INSTANCER_PLATFORM_DEPENDENT_INCLUDED
|
|
|
|
|
|
|
|
|
|
#define gpui_InstanceID gpuiTransformationMatrix[unity_InstanceID]
|
|
|
|
|
|
|
|
|
|
#endif // GPU_INSTANCER_PLATFORM_DEPENDENT_INCLUDED
|