Skip to content

Commit

Permalink
s/enum cr_bsdf_node_type/enum cr_shader_node_type
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoskiv committed Nov 29, 2023
1 parent aed664b commit 395d1db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/c-ray/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ struct cr_vector_node {
};

struct cr_shader_node {
// TODO: s/bsdf/shader
enum cr_bsdf_node_type {
enum cr_shader_node_type {
cr_bsdf_unknown = 0,
cr_bsdf_diffuse,
cr_bsdf_metal,
Expand Down

0 comments on commit 395d1db

Please sign in to comment.