Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
iMSTK
iMSTK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • iMSTK
  • iMSTKiMSTK
  • Merge Requests
  • !283

Merged
Opened Feb 23, 2019 by Nicholas Milef@NickMilefDeveloper

ENH: Vulkan renderer compressed texture support

  • Overview 8
  • Commits 2
  • Pipelines 4
  • Changes 7

Addresses: #204 (closed), #205 (closed)

Includes various texture loading improvements:

  • Reduced memory footprint with more compact formats for certain texture types
    • Single-channel texture types such as roughness, etc. now use only one 8 bits per channel as opposed to 32 originally
  • DDS textures are supported (both compressed and uncompressed)
    • Support for mipmap loading is supported
  • BCn texture compression types (see link below)
    • BC1-BC3 are supported
    • Due to what looks to be a bug with GLI, BC4 and BC5 are not supported at this time (https://github.com/g-truc/gli/issues/159)
    • BC6H and BC7 are not supported because I couldn't try out textures of these formats. However, they should be easy to add with the current refactoring.

http://www.reedbeta.com/blog/understanding-bcn-texture-compression-formats/

Edited Feb 28, 2019 by Nicholas Milef
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: iMSTK/iMSTK!283
Source branch: compressedTexture