You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
705 B
21 lines
705 B
//
|
|
// This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit > Rendering > Generate Shader Includes ] instead
|
|
//
|
|
|
|
#ifndef INSTANCEOCCLUSIONCULLERSHADERVARIABLES_CS_HLSL
|
|
#define INSTANCEOCCLUSIONCULLERSHADERVARIABLES_CS_HLSL
|
|
// Generated from UnityEngine.Rendering.InstanceOcclusionCullerShaderVariables
|
|
// PackingRules = Exact
|
|
CBUFFER_START(InstanceOcclusionCullerShaderVariables)
|
|
uint _DrawInfoAllocIndex;
|
|
uint _DrawInfoCount;
|
|
uint _InstanceInfoAllocIndex;
|
|
uint _InstanceInfoCount;
|
|
int _BoundingSphereInstanceDataAddress;
|
|
int _DebugCounterIndex;
|
|
int _InstanceMultiplierShift;
|
|
int _InstanceOcclusionCullerPad0;
|
|
CBUFFER_END
|
|
|
|
|
|
#endif
|