Sha256: ac607da4cfa49261770eb19376d138f056b6048e7592cf0c879b7d8f42d83fcd

Contents?: true

Size: 377 Bytes

Versions: 29

Compression:

Stored size: 377 Bytes

Contents

description: Maps a texture to this material

options:
  path: "/path/to/texture.png"
  flip_y: false
  scale_x: 1.0
  scale_y: 1.0
  generate_mipmap: true
  min_filter: GL_LINEAR
  mag_filter: GL_LINEAR
  mipmap_hint: GL_DONT_CARE
  format: GL_RGBA
  data_type: GL_UNSIGNED_BYTE
  wrap_s: GL_REPEAT
  wrap_t: GL_REPEAT
  premultiply_alpha: false
  colorspace_conversion: true

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
jax-1.0.1.rc1 builtin/shaders/texture/manifest.yml
jax-1.0.0 builtin/shaders/texture/manifest.yml
jax-0.0.0.10 builtin/shaders/texture/manifest.yml
jax-0.0.0.9 builtin/shaders/texture/manifest.yml
jax-0.0.0.8 builtin/shaders/texture/manifest.yml
jax-0.0.0.7 builtin/shaders/texture/manifest.yml
jax-0.0.0.6 builtin/shaders/texture/manifest.yml
jax-0.0.0.5 builtin/shaders/texture/manifest.yml
jax-0.0.0.4 builtin/shaders/texture/manifest.yml