Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
HairSkinVerticesBindings.h
Go to the documentation of this file.
1// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
2// SPDX-FileCopyrightText: 2026 Jorrit Rouwe
3// SPDX-License-Identifier: MIT
4
5#include "HairStructs.h"
6
7JPH_SHADER_BIND_BEGIN(JPH_HairSkinVertices)
9 JPH_SHADER_BIND_BUFFER(JPH_HairSkinWeight, gScalpSkinWeights)
10 JPH_SHADER_BIND_BUFFER(JPH_Mat44, gScalpJointMatrices)
11 JPH_SHADER_BIND_RW_BUFFER(JPH_float3, gScalpVerticesOut)
12JPH_SHADER_BIND_END(JPH_HairSkinVertices)
#define JPH_SHADER_BIND_END(name)
Definition ShaderCore.h:70
float4 JPH_Mat44[4]
Definition ShaderCore.h:52
#define JPH_SHADER_BIND_BUFFER(type, name)
Definition ShaderCore.h:71
float3 JPH_float3
Definition ShaderCore.h:42
#define JPH_SHADER_BIND_BEGIN(name)
Definition ShaderCore.h:69
#define JPH_SHADER_BIND_RW_BUFFER(type, name)
Definition ShaderCore.h:72