Sha256: cbe22faa8c1ec5810a94c68ec64761435e164d67b0b302c08417369c730063ed
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Parasol class GeometryShader < Parasol::Shader def initialize source: super source:, type: GL::GEOMETRY_SHADER end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
parasol-0.1.0 | lib/parasol/geometry_shader.rb |