Giter Club home page Giter Club logo

framegraph's People

Contributors

azhirnov avatar vzout avatar zann1x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

framegraph's Issues

Compile warnings when compiling with GCC 9

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=old-style-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=old-style-definition’ is not valid for C++

GCC version:

$ g++-9 --version
g++-9 (Ubuntu 9.3.0-3ubuntu1) 9.3.0

render deadlock

A deadlock problem occurs during the execution of [frameGraph - > Flush ()]. The location screenshot is as follows:
in file VCommandPool.cpp ,137 line EXLOCK( _cmdGuard ); The debugging stops here and can't continue to debug.

Compile error when compiling with clang 9

clang: error: unknown argument: '-fchkp-check-incomplete-type'

clang version:

$ clang-9 --version
clang version 9.0.1-9ubuntu1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

When compiling with GCC, it warns that -fchkp-check-incomplete-type is no longer supported.

Windows 7 not supported

This is sort of a non-issue with Windows 7 going End-of-life within a year.

Due to the use of EnterSynchronizationBarrier and friends the minimum supported Windows version is Windows 8, according to Microsoft Dev Center.

Attempting to run Tests.FrameGraph.exe on Windows 7 errors out at start up with an "Entry Point Not Found" popup, relating to `EnterSynchronizatonBarrier" not being found in KERNERL32.dll.

clang compile has some error

../stl/../stl/Memory/UntypedAllocator.h:36:4: error: no matching function for call to 'operator delete'
::operator delete ( ptr, size_t(size) );

Compile Error

Cmake is OK, but a lot of errors were reported during compilation.
such as
[ error C2514: “std::shared_lock”:Class has no constructor (compile source files G:\FrameGraph\tests\framegraph\ImplTests\ImplTest_Scene1.cpp) ]

Question about the task

What's the design about the task in render graph? I want to use them to implement some dependencies with the nodes. What's the difference with tbbor task flow library?

linking error, windows 10, vs2017 x64 debug

10>------ Build started: Project: Tests.UI, Configuration: Debug x64 ------
10>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
10>imgui.lib(imgui.obj) : error LNK2019: unresolved external symbol "void __cdecl ImGui::EndTable(void)" (?EndTable@ImGui@@YAXXZ) referenced in function "void __cdecl ImGui::ErrorCheckEndFrameRecover(void (__cdecl*)(void *,char const *,...),void *)" (?ErrorCheckEndFrameRecover@ImGui@@YAXP6AXPEAXPEBDZZ0@Z)
10>imgui.lib(imgui_demo.obj) : error LNK2001: unresolved external symbol "void __cdecl ImGui::EndTable(void)" (?EndTable@ImGui@@YAXXZ)
10>imgui.lib(imgui.obj) : error LNK2019: unresolved external symbol "void __cdecl ImGui::EndColumns(void)" (?EndColumns@ImGui@@YAXXZ) referenced in function "void __cdecl ImGui::End(void)" (?End@ImGui@@YAXXZ)

How to get in touch?

Azhirnov. I couldn't find any kontakt details. Would love to chat with you if you are interested. I am Daniel, CTO of img.ly.

error when generating project files using cmake

CMake Error at C:/Program Files/CMake/share/cmake-3.19/Modules/FetchContent.cmake:878 (message):
  Internal error: BINARY_DIR not set
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.19/Modules/FetchContent.cmake:1111:EVAL:2 (__FetchContent_directPopulate)
  C:/Program Files/CMake/share/cmake-3.19/Modules/FetchContent.cmake:1111 (cmake_language)
  cmake/download_glsltrace.cmake:37 (FetchContent_Populate)
  external/CMakeLists.txt:57 (include)

clang complie has some error

../basestl/../basestl/Math/Color.h:429:18: error: no matching conversion for functional-style cast from 'const FGC::HashVal' to 'std::size_t' (aka 'unsigned long')
return size_t(FGC::HashOf( value.depth ) + FGC::HashOf(value.stencil));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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.