mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 05:52:11 +01:00
[dxvk] Store context flags as a 32-bit integer
Might improve code generation for 32-bit builds. We currently have 31 flags and don't expect any new ones to be added.
This commit is contained in:
parent
8f6df2b7fb
commit
51f1d7725c
@ -20,7 +20,7 @@ namespace dxvk {
|
|||||||
* of the graphics and compute pipelines
|
* of the graphics and compute pipelines
|
||||||
* has changed and/or needs to be updated.
|
* has changed and/or needs to be updated.
|
||||||
*/
|
*/
|
||||||
enum class DxvkContextFlag : uint64_t {
|
enum class DxvkContextFlag : uint32_t {
|
||||||
GpRenderPassBound, ///< Render pass is currently bound
|
GpRenderPassBound, ///< Render pass is currently bound
|
||||||
GpCondActive, ///< Conditional rendering is enabled
|
GpCondActive, ///< Conditional rendering is enabled
|
||||||
GpXfbActive, ///< Transform feedback is enabled
|
GpXfbActive, ///< Transform feedback is enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user