You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename RDD::MemoryBarrier to avoid conflicts with the Windows headers.
This commit is contained in:
committed by
Ben Rog-Wilhelm
parent
3c7f9b9372
commit
e5ab5acd95
@@ -104,7 +104,7 @@ public:
|
||||
|
||||
Type type = TYPE_NONE;
|
||||
int32_t adjacent_command_list_index = -1;
|
||||
RDD::MemoryBarrier memory_barrier;
|
||||
RDD::MemoryAccessBarrier memory_barrier;
|
||||
int32_t normalization_barrier_index = -1;
|
||||
int normalization_barrier_count = 0;
|
||||
int32_t transition_barrier_index = -1;
|
||||
@@ -663,7 +663,7 @@ private:
|
||||
struct BarrierGroup {
|
||||
BitField<RDD::PipelineStageBits> src_stages = {};
|
||||
BitField<RDD::PipelineStageBits> dst_stages = {};
|
||||
RDD::MemoryBarrier memory_barrier;
|
||||
RDD::MemoryAccessBarrier memory_barrier;
|
||||
LocalVector<RDD::TextureBarrier> normalization_barriers;
|
||||
LocalVector<RDD::TextureBarrier> transition_barriers;
|
||||
#if USE_BUFFER_BARRIERS
|
||||
|
||||
Reference in New Issue
Block a user