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

[DXIL] Specify buffer and handle related DXIL Ops and implement lowering to compile particle_life.hlsl #101204

Closed
bharadwajy opened this issue Jul 30, 2024 · 1 comment
Labels
backend:DirectX duplicate Resolved as duplicate

Comments

@bharadwajy
Copy link
Contributor

DXC compilation of particle_lide.hlsl output contains the following handle and buffer related DXIL ops.

CreateHandle (Opcode 57)
CbufferLoadLegacy (Opcode 59)
BufferLoad (Opcode 68)
BufferStore (Opcode 69)

  1. Specify their properties in DXIL.td and
  2. Implement DXIL lowering support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:DirectX duplicate Resolved as duplicate
Projects
Status: No status
Development

No branches or pull requests

3 participants