File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ static constexpr uint32_t VTX_NORMAL = 1u << static_cast<uint32_t>(VertexAttri
4545static constexpr uint32_t VTX_TANGENT = 1u << static_cast <uint32_t >(VertexAttributeLocation::Tangent);
4646static constexpr uint32_t VTX_MODELID = 1u << static_cast <uint32_t >(VertexAttributeLocation::ModelId);
4747static constexpr uint32_t VTX_RADIUS = 1u << static_cast <uint32_t >(VertexAttributeLocation::Radius);
48- static constexpr uint32_t VTX_UVEC = 1u << static_cast <uint32_t >(VertexAttributeLocation::Uvec);
48+ // static constexpr uint32_t VTX_UVEC = 1u << static_cast<uint32_t>(VertexAttributeLocation::Uvec);
4949static constexpr uint32_t VTX_MATRIX = (15u << static_cast <uint32_t >(VertexAttributeLocation::ModelMatrix)); // Four consecutive locations
5050static constexpr uint32_t VTX_NONE = 0 ;
5151
You can’t perform that action at this time.
0 commit comments