Class: Rgltf::Validation::Buffers

Inherits:
Rule
  • Object
show all
Defined in:
lib/rgltf/validation/buffers.rb

Constant Summary collapse

TARGETS =
[34_962, 34_963].freeze

Instance Method Summary collapse

Methods inherited from Rule

#initialize

Constructor Details

This class inherits a constructor from Rgltf::Validation::Rule

Instance Method Details

#validateObject



8
9
10
11
# File 'lib/rgltf/validation/buffers.rb', line 8

def validate
  validate_buffers
  validate_views
end