Advertisement

Latest Vulkan Activity

Vulkan TLAS build causing device lost

@JoeJ If I do 1 primitive count and one instance it builds just fine. Though I have no idea why. Increasing the primitive and instance count (same thing really) will stop it from working and cause the error 

892 views
Advertisement
komires
September 24, 2024 04:43 PM
Matali Physics 6.7 Presents Fluid Surfaces With Volumes as Well as Fluid Flow Interaction

We are pleased to announce the release of Matali Physics 6.7, the next significant step on the way to the seventh major version of the environment. Matali Physics 6.7 introduces a number of improvements and fixes to Matali Physics Core, Matali Render, Matali Content and Matali Games modules, presen…

3,684 views
Per Render Pass Resource Binding (Vulkan)

Hello,
I'm trying to write resource binding related code for my Vulkan rendererr.

The idea is there are a few static descriptor set layouts, and a few descriptor sets.
Each descriptor set contains data based on how often the data needs to be updated.
Like this: https://zoo.dev/blog/vulkan-resource-bind…

4,094 views

giuseppe7 said:
I dispatch a Compute Shader for each instance of my model. So for example, I have 30 instancies, I dispatch a Compute Shader 30 times.

It's no mistake, but i think your approach is very inefficient.
It looks you launch only one workgroup, then wait until it is done, then launch the nex…

4,346 views

One thing to keep in mind is that Unity/Unreal are cross-platform, and those available APIs are generally not. Thus, you will try to use abstractions over the APIs as much as possible, so you can build your game on PC, Linux, Android, iOS, etc… without having to code the same feature 3-4 times in d…

4,739 views
komires
May 17, 2024 02:52 PM
Matali Physics 6.5 Supports

We are pleased to announce the release of Matali Physics 6.5, the next significant step on the way to the seventh major version of the environment. Matali Physics 6.5 introduces a number of improvements and fixes to Matali Physics Core, Matali Render, Matali Content, Matali Synth and Matali Games m…

15,581 views
DragonJoker
April 23, 2024 07:09 AM
Castor3D - 3D engine version 0.16.0 has been released.
Important Changes
  • Implemented clustered rendering.
  • Reworked light attenuation as a range.
  • Implemented color grading.
  • Implemented context blocks in the scene file parser.
  • Removed deferred rendering.
New Features General
  • Reworked submesh components like pass components.
  • Implemented Mikkelsen tangent space s…
10,908 views
hanna8
February 12, 2024 10:45 AM
Room 8 Group’s R&D Unit Unveils REI, an Open Source Tool Enhancing Game Porting and Development

Room 8 Group’s Game Development team for PC & Console (Dragons Lake), has made its innovative Render Engine Infrastructure (REI) tool available as an open-source solution. Initially developed to transform game porting, development, and preservation, REI is the result of tireless work carried ou…

9,766 views
komires
December 19, 2023 08:42 PM
Matali Physics 6.4 Presents an Innovative, Physics-Based Approach to Wayfinding

We are pleased to announce the release of Matali Physics 6.4, the significant step on the way to the seventh major version of the environment. Matali Physics 6.4 introduces a number of improvements and fixes to Matali Physics Core, Matali Render, Matali Content, Matali Sound and Matali Games module…

4,913 views
dimi309
April 07, 2023 06:41 PM
Abandoning Vulkan
About the author, or why you should care about what I do or do not do with the Vulkan API

I am a professional programmer, but I do not develop games for a living. In the past, I have brought you the fine small3d game development library, open source titles like Gloom, Avoid the Bug and Frog Remixed …

26,939 views
SquallLiu
November 20, 2022 05:49 PM
Unheard Engine: 2 months Journey of Vulkan Learning

*!Long article warning. If you're the type of observing codebase directly. Referring to the project link at the bottom of this post.

All contents below are just forwarding from my word press post.

=======================================================================================================…

10,905 views
A Practical Approach to Managing Resource States in Vulkan and Direct3D12
Introduction

Explicit resource state management and synchronization is one of the main advantages and main challenges that modern graphics APIs such as Direct3D12 and Vulkan offer application developers. It makes rendering command recording very efficient, but getting state management right i…

22,526 views
Advertisement
Advertisement