Class: Rgltf::Validation::Buffers
- Defined in:
- lib/rgltf/validation/buffers.rb
Constant Summary collapse
- TARGETS =
[34_962, 34_963].freeze
Instance Method Summary collapse
Methods inherited from Rule
Constructor Details
This class inherits a constructor from Rgltf::Validation::Rule
Instance Method Details
#validate ⇒ Object
8 9 10 11 |
# File 'lib/rgltf/validation/buffers.rb', line 8 def validate validate_buffers validate_views end |