Struct SurfaceDrawCallHandler
Assembly: FlaxEngine.dll
File: Engine/Renderer/RenderList.h
Syntax
public struct SurfaceDrawCallHandler
Methods
CanBatch(const DrawCall& a, const DrawCall& b, DrawPass pass)
Declaration
public static bool CanBatch(const DrawCall& a, const DrawCall& b, DrawPass pass)
Parameters
DrawCall
a
|
DrawCall
b
|
DrawPass
pass
|
Returns
bool
|
GetHash(const DrawCall& drawCall, uint32& batchKey)
Declaration
public static void GetHash(const DrawCall& drawCall, uint32& batchKey)
Parameters
DrawCall
drawCall
|
uint32
batchKey
|