Git Product home page Git Product logo

utc_liquidshader's Introduction

UTC Liquid Shader

Liquid Shader Plugin for UE5.3 using the new Substrate material.


utc_liquidshader's People

Contributors

universaltoolcompiler avatar ellykher avatar

Stargazers

 avatar Elie Wiese-Namir avatar ActiveXStructure avatar  avatar  avatar Zach Helm avatar  avatar MathiasL avatar liu long avatar BloodEater Games LLP avatar Waneye avatar 丁光坤 avatar  avatar Andrii avatar  avatar rvakato avatar Marceli Królczyk avatar  avatar David "Hevedy" Palacios avatar  avatar  avatar  avatar  avatar  avatar  avatar Nejimaki Boy avatar  avatar  avatar  avatar  avatar Mohammed Qamar avatar 蓝图 avatar  avatar SunGrow avatar  avatar  avatar  avatar  avatar alexxela avatar CosliEye avatar fanhl avatar  avatar Cheng Gu avatar wicast avatar  avatar  avatar Yohiro avatar Hank Chinaski avatar  avatar Jason avatar  avatar  avatar  avatar  avatar  avatar Phillipe avatar Antropy avatar Eirik Bøe avatar Lee Seung Hu avatar Stanislav Denisov avatar  avatar 최지원 avatar ydgros avatar  avatar Niels Provos avatar BK avatar K_gadenflm avatar Dmitrii Khomiakov avatar Vladimir avatar  avatar crysnail avatar  avatar Jona Marklund avatar  avatar kirill avatar qqq avatar  avatar  avatar Michał Pikulski avatar  avatar  avatar Emil avatar  avatar  avatar  avatar Pullsar avatar Erika Tschinkel avatar sayhanabi avatar  avatar  avatar  avatar  avatar  avatar Gianvito Robertazzi avatar David Foster avatar Dmitrii avatar  avatar Taipui avatar Satoshi Homura avatar  avatar

Watchers

 avatar vasya vasin avatar Sebastien avatar  avatar Royston Buthello avatar  avatar

utc_liquidshader's Issues

Compilation Error on Linux

LogShaderCompilers: Warning: 1 Shader compiler errors compiling global shaders for platform VULKAN_SM5:
Plugins/LiquidShader/Shaders/Private/LiquidShaderCapCS.usf(17,26): Shader FLiquidShaderCapCS, Permutation 0, VF None:
/Shaders/Private/LiquidShaderCapCS.usf(17,26): error: cannot instantiate StructuredBuffer with given packed alignment; 'VK_EXT_scalar_block_layout' not supported
        StructuredBuffer<float3> VertexBuffer;

Workaround

note: I have absolutely no idea what it really does

in
LiquidShaderCapCS.usf

changing

StructuredBuffer<float3> VertexBuffer; to StructuredBuffer<float4> VertexBuffer;

fixes the error and the shader works as expected. Don't know if its dangerous or will break something

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.