MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Decal

Class Decal

BindlessDeferred/SharedTypes.h:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38struct Decal
39{
40 Quaternion Orientation;
41 float3 Size;
42 float3 Position;
43 uint Type;
44
45 #if _WINDOWS
46 Decal() : Type(uint32(-1)) { }
47 #endif
48};
49
50struct SpotLight
51{

Callers 1

UpdateDecalsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected