KhronosGroup / KhronosGroup/Vulkan-Samples

Framework for sample that doesn't render

Open
#297 1 comment 0 reactions 0 assignees View on GitHub
feature request
Dominant language
C++
Stars
5.4k
Forks
835
Avg merge
2h 16m
Merged PRs (30d)
1

Description

I'm experimenting with writing a Debug Printf sample that would run a compute shader to generate Debug Printf output. I don't see a way to create a sample that doesn't create a window. It seems that before any of my code is run, a window has already been created. Is there a way for a sample to avoid window creation and simply output to the console window?

Contributor guide

Open the contributing guide

Research direction

Start by tracing the sample startup path described in the issue to find where window creation occurs before sample code runs. Inspect the framework initialization and console-output handling; done means a compute-shader sample can run without creating a window and can emit Debug Printf output to the console.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.