Skip to content

Commit

Permalink
- add support for SamplerComparisonState
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed May 4, 2023
1 parent d27f243 commit 0c8b357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pmfx_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def get_bindable_resource_keys():
"RWTexture2D",
"RWTexture2DArray",
"RWTexture3D",
"SamplerState"
"SamplerState",
"SamplerComparisonState"
]


Expand All @@ -102,6 +103,7 @@ def get_resource_mappings():
{"category": "cbuffers", "identifier": "cbuffer"},
{"category": "cbuffers", "identifier": "ConstantBuffer"},
{"category": "samplers", "identifier": "SamplerState"},
{"category": "samplers", "identifier": "SamplerComparisonState"},
{"category": "structured_buffers", "identifier": "StructuredBuffer"},
{"category": "structured_buffers", "identifier": "ByteAddressBuffer"},
{"category": "structured_buffers", "identifier": "AppendStructuredBuffer"},
Expand Down

0 comments on commit 0c8b357

Please sign in to comment.