Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute shader is broken on latest windows build? #231

Open
gamerx1221 opened this issue May 21, 2022 · 3 comments
Open

compute shader is broken on latest windows build? #231

gamerx1221 opened this issue May 21, 2022 · 3 comments

Comments

@gamerx1221
Copy link

trying to run 4.0 and 4.1 on windows, vs 2019 and getting compute shader build issues for dx and vk. can someone verify? will it run only on specific windows target runtimes?

scene.obj is missing from repo?

@gamerx1221
Copy link
Author

get this warning on 4.0:
DX12:

D3D12 WARNING: ID3D12ShaderBytecode::CreatePipelineState: Shader is corrupt or in an unrecognized format, or is not signed. Ensure that DXIL.dll is used to sign the shader. This shader and PSO containing it will not be validated. [ EXECUTION WARNING #1243: NON_RETAIL_SHADER_MODEL_WONT_VALIDATE]

VK:
VUID-vkBindBufferMemory-size-01037(ERROR / SPEC): msgNum: -1888562224 - Validation Error: [ VUID-vkBindBufferMemory-size-01037 ] Object 0: handle = 0xe4607e00000000a4, type = VK_OBJECT_TYPE_BUFFER; | MessageID = 0x8f6ed3d0 | vkBindBufferMemory(): memory size minus memoryOffset is 0x2003d40 but must be at least as large as VkMemoryRequirements::size value 0x2003e00, returned from a call to vkGetBufferMemoryRequirements with buffer.

though runs fine and able to get output file on both vk and dx12

@gamerx1221
Copy link
Author

on 4.1

when running test_dx, the following error happens when calling dx::CreateIntersector

D3D12 ERROR: ID3D12Device::CreateComputeShader: Compute Shader is corrupt or in an unrecognized format.

@benjamin-ts
Copy link

Today I have met the same problem !! Just Update the NVIDIA driver. I think you will solve your problem . Firstly make sure these Dependencies exist. Probably the driver or hardware problem if it's not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants