Cycles: Style, placement of asteric in pointers
Seems we are using `void *` much much more often in Cycles.
This commit is contained in:
@@ -152,8 +152,8 @@ class OutputNode : public ShaderNode {
|
||||
public:
|
||||
SHADER_NODE_CLASS(OutputNode)
|
||||
|
||||
void* surface;
|
||||
void* volume;
|
||||
void *surface;
|
||||
void *volume;
|
||||
float displacement;
|
||||
float3 normal;
|
||||
|
||||
|
Reference in New Issue
Block a user